I've used multi-dimensional arrays in other languages etc before but really haven't used one in PB yet...
I'd like to say something like this:
g_Array(long value,string value)
Can an array hold both types?
ie
g_Array(1,"place one")
g_Array(2,"Place two")
Thanks,
ps smilies are now copyrighted, see this link: http://www.foxnews.com/foxlife/031301/frowny.sml
Scott
------------------
Scott
I'd like to say something like this:
g_Array(long value,string value)
Can an array hold both types?
ie
g_Array(1,"place one")
g_Array(2,"Place two")
Thanks,

ps smilies are now copyrighted, see this link: http://www.foxnews.com/foxlife/031301/frowny.sml
Scott
------------------
Scott
Comment