@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!
How do you save $trings? I tried saving it with my other variables like,
(Example:)
DIM SAVARR[3]
SAVARR[0]=VARIABLE1
SAVARR[1]=VARIABLE2
SAVARR[2]=STRING$
It says type mismatch too. How do I save it?