How do I count the Characters in a String? (with SCAR)
Edit:Oh yeah, I already know I could do something like
And I also want to know how I can find out what the specific characters are in the string.SCAR Code:repeat
if AString = '' then break;
AString:=AString+(DeleteByte);
AnInt:=AnInt+1;
until SomeDumbThingHappens;




Reply With Quote




