Structures in RunRev

David Burgun dburgun at dsl.pipex.com
Mon Oct 3 09:51:20 EDT 2005


Hi,

In my opinion, one thing that is missing from TranScript/RunRev is 
the ability to define structures. It would be great to be able to 
define a structure as so:

structure("FileInfoStruct(mFileName,mFileWidth,mFileHeight)")

then access it like:

global structure("FileInfoStruc(myFileInfo(empty,0,0))")

or

local structure("FileInfoStruc(myFileInfo(empty,0,0))")

---------------------

put "xxxxxxx" into the mFileName of myFileInfo
put 1024 into the mFileWidth of myFileInfo
put 768 into the mFileHeight of myFileInfo

Any comments?

Thanks a lot
Dave



More information about the use-livecode mailing list