Home AMX Forum NetLinx Studio
Options

How do I create an Array of Strings

I'd like to recall commands from an array. Something like this, for example:


nDevice_Cmnds[]=
{
"$02,$01,$11,$19$02,$03,$00,$00,",
"'ascii_command',$0D",
"$02,$01,$06,$15,$02,$01,$06,$15",
"'ascii_command#2',$0D",
}

What am i missing?

Comments

Sign In or Register to comment.