
WayneA
USA
Asked
— Edited
Good Morning,
I have created two arrays. I am trying to speak the contents of the arrays with the SAY command. For Example:
code
SAY("This is" + $ARRAYONE[0] + "good work" + $ARRAYTWO[0])
/code
When I run the script I get the error message: Variable is in array: $ARRAYTWO[0]
Which makes me think that I am trying to add. Do I have the syntax correct?
DefineArray( variable, size, [default value] )
Code:
That particular way is going to really complicate what I am trying to do....
Code:
I get the same syntax error as before stated: Variable is in an array: ARRAYTWO