need help with strings

Ken Ray kray at sonsothunder.com
Sun Jun 18 01:42:57 EDT 2006


> repeat for 3 times
> tabString = tabString & tab

Rev doesn't work this way, you need to do:

  put tabString & tab into tabString

> end repeat
> answer tabString & "hello"

The rest should work fine...


Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/






More information about the use-livecode mailing list