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, [email protected] writes: > > I tried... > put char 1 to last character of tdata into tsubstring > ...but this fails. > > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
