![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTScript APIArray access Operators |
TVariable& operator[]( int index ); TVariable& operator[]( unsigned int index ); TVariable& operator[]( long index ); TVariable& operator[]( const wchar_t *label ); TVariable& operator[]( const TVariable &variable );
| index | 32 bit unsigned array index value. |
| label | 16 bit wide character string for TVariable label. |
| variable | TVariable that contains either an index or label value. |
TVariable var; var[0][L"fieldName"] = L"This is a string";
Copyright © 2007-2008, Ekky Software Pty Ltd.