Speeding up array initialization

Richard Gaskin ambassador at fourthworld.com
Sat Nov 22 12:22:24 EST 2003


jbv wrote:

> QUESTION : is there a way to speed up things to initialize this array ?

If he array is to be empty it may not matter, but if the array is to contain
data and the data is in some delimited format you can use the split command
to convert it to an array and the combine command to convert it back if
needed.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge: Publish any database on any Web site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc



More information about the use-livecode mailing list