Hi, Here is the request:1. convert the routingCode to binary data A. routingCode = 1117333946012. There a trackingCod = 234567097987654321. 3. Now for each trackingCod digits, mutiply the Binary Data Field by 10 decimal, then add the tracking code digit.I don't know how to process this by using binary. Please give a help. Thanks.Will