Hmm, I did'nt know about the VAL command. I just want to ask for an unfixed length binary .. number, ie:(10101 OR 0110), then it turns that into BIT[0]=1:BIT[1]=0 and so forth.
@Oscar, Help! I need your expertise. How can I ask for an input of a binary string, then convert that into an array for each bit? The problem is using the length as a $tring isn't compatible with integers!