Variable
#1

LINE
Код:
new i = inputtext
ERROR
Код:
error 033: array must be indexed (variable "-unknown-")
I didn't understand anything from this error, I have inputtext[] at OnDialogResponse...
Reply
#2

nevermind
Reply
#3

inputtext is a string, you're trying to assign an integer to it.. change your code to

new i = strval(inputtext);
Reply
#4

That's the code I posted :P, but then I realized he might not want to change it into a interger...
Reply
#5

Quote:
Originally Posted by JhnzRep
Посмотреть сообщение
That's the code I posted :P, but then I realized he might not want to change it into a interger...
That is why I explained the issue aswell.
Reply
#6

Thank you, PrawkC
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)