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 ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
