0 Members and 1 Guest are viewing this topic.
..Program:"This is a string "->Str1P:"Yet another one ":"Oh hi, missed me"
..Program:Strings here::Clrhome:0->N ;N is what string I want to display, 0 being the first.:Disp N*16+Str1P ;*16 is length of my string::Repeat getkey:end
:.PROGRAM::"This is a string"→Str1P:"Yet another one "[00]:"Oh hi, missed me"[00]::0→N:.FIXED LENGTH METHOD:Disp N*17+Str1P:.ARBITRARY LENGTH METHOD:.Disp stdDev(Str1P,N)::Repeat getKey:End
:"This is a string"→Str1P
:"This is a string"→Str1P:"Yet another one ":"Oh hi, missed me"