opto;
At development time, if you right-click the string control/indicator and change it to hexagesimal, you should see the hex value for "@" (which is 40, or 0100 0000 in binary, or 64 in decimal).
You can use the function "String to Byte Array". To change the number to binary, use the function "Number to Boolean Array". Note that the first element is the less significative bit.
Regards;
Enrique
Message Edited by Enrique on 03-22-2005 11:14 PM
www.vartortech.com