Determine last character of a variable
DunbarX at aol.com
DunbarX at aol.com
Wed Aug 26 15:43:51 EDT 2009
As Phil said, chunking is way cool, and might be what sets our favorite
programming languages apart from all the others. HC had it because it did not
support arrays and data structures. Chunking was an answer to that
deficiency.
You should make sure you understand that the construction you wanted must
have the form:
char starNumber to endNumber... (like char 1 to 8)
You had a start number, but then had an end character. (like char 1 to w)
Craig Newman
In a message dated 8/26/09 1:41:25 PM, warrenkuhl at gmail.com writes:
>
> I tried...
> put char 1 to last character of tdata into tsubstring
> ...but this fails.
>
>
More information about the use-livecode
mailing list