Array syntax

khos

Member
Licensed User
Longtime User
Hi,

Hopefully a quick one to answer but I am not sure of it..

To update/modify an entry in a string array would the line below look correct syntactically:

myarraystr(0) = "test text"

Thanks in advance,
Kim
 
Top