lancer -> RE: Editing 102 - Events (10/4/2011 12:14:47 AM)
|
G'day, Yep, stringlists are your friend. Don't forget that the first record in a stringlist is record '0', not record '1'. Also if you start dynamically adding or subtracting records from a stringlist you need to make sure you are accessing the right record. Something like this... (stringlist ID89) Exec: ExecAddStringListCells(89,1,0) SetVar: TempVar5 = CheckStringListRows(89) then use TempVar5 as your row index, eg. Exec: ExecSetStringList(89,TempVar5,...,...) Cheers, Lancer
|
|
|
|