Try this:

on mouseUp
  put "Hello|Goodbye" into sdb
  split sdb by "|"
  put keys(sdb) into tKeyList
  repeat for each line tKey in tKeyList
    set the testArray[tKey] of this stack to sdb[tKey]
  end repeat
end mouseUp

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

----- Original Message ----- 
From: "Sivakatirswami" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 12:20 AM
Subject: put array into custom property--how


> With all the array discussion this was probably asked and answered
> but why doesn't this work?
> 
> put "Hello|Goodbye|and|but|" into smallDataBase
> split smallDataBase with "|"
> set the testArray of this stack to smallDataBase
> 
> ??
> Hinduism Today
> 
> Sivakatirswami
> Editor's Assistant/Production Manager
> [EMAIL PROTECTED] 
> www.HinduismToday.com, www.HimalayanAcademy.com,
> www.Gurudeva.org, www.hindu.org
> 
> Read The Master Course Lesson of the Day at
> http://www.gurudeva.org/lesson.shtml
> ith all the array discussion this was probably asked and answered but I
> missed it...
> 
> why doesn't this work? :
> 
> put "Hello|Goodbye|and|but|" into smallDataBase
> split smallDataBase with "|"
> set the testArray of this stack to smallDataBase
> 
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to