Re: Structures in RunRev

2005-10-03 Thread Mark Smith
And you can also store such arrays in custom property sets very easily... Mark On 3 Oct 2005, at 14:58, [EMAIL PROTECTED] wrote: Hi David, Hi David, You dont need structures. You can use the arrays for that without any problem struct contact[id] { name; age; height; weigth } is t

Re: Structures in RunRev

2005-10-03 Thread xbury . cs
Hi David, Hi David, You dont need structures. You can use the arrays for that without any problem struct contact[id] { name; age; height; weigth } is the same as array[id,"name"] array[id,"height'] and so on... cheers Xavier [EMAIL PROTECTED] wrote on 03/10/2005 15:51:20: > Hi, >

Structures in RunRev

2005-10-03 Thread David Burgun
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(em