--- "Ivers, Doug E" <[EMAIL PROTECTED]> wrote: > How do I define a constant array and insert values > outside of all handlers at the top of a script? Is > it possible? > > I tried this: > > constant myArray_c[1] = "left" > constant myArray_c[2] = "mid" > constant myArray_c[3] = "right" > > > > -- D >
Hi Doug, In the Transcript dictionary it is explained that the 'constant' command only works for numbers, characters, logical values and strings. So I'd say it isn't possible. Best regards, Jan Schenkel. __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
