18.08.2011, 11:22
Storing because i saving text into dialog2 not in dialog1 as you see. And inputtext is one no other.
I will try suggestions.
@Berlovan
Your suggestion won't work because i tried it before. It's just telling me:
after i add [129] to MyVariable = inputtext[129]; i will get:
That mean variables [129] is too big for "MyVariable" after i change it to 128 it works.
I can only try your way @UP
I will try suggestions.
@Berlovan
Your suggestion won't work because i tried it before. It's just telling me:
Код:
error 033: array must be indexed (variable "MyVariable")
Код:
error 032: array index out of bounds (variable "MyVariable")
I can only try your way @UP