29.07.2018, 12:33
You can not initiliaze a variable with another variable unless it's a constant and cmdtext isn't a constant variable.
Declare a size for your cmd array like this
Change the size to fit your needs.
Declare a size for your cmd array like this
Code:
new cmd[20];