0 Members and 5 Guests are viewing this topic.
I think the reason bitwise expressions work in if statements is because it's only manipulating one bit. They're essentially doing the same thing, iirc.
.RANDTXT"0123456789-+/*^,()"→Str0{Str0}+rand^18→Str1Disp Str1
{Str0+rand^18}→Str1
or would it be better if I try to do thisCode: [Select]{Str0+rand^18}→Str1? Make a string with the byte at rand^18 of the string Str0 is pointing to and reference it with Str1?
.RANDTXT[00000000000000000000000000000000]→Str1"0123456789-+/*^,()"→Str0For(I,1,16{rand^18+Str0}→{Str1+2I-2}EndDisp Str1