Posted: 29 Dec 2009, 23:37
hello
Pascal n00b question:
I cannot seem to find the correct type for ptTextField:
I was expecting to get a String with GetValue(filein) but I get a "type mismatch" error...
it seems that I get 1 single, which is an ASCII value of the 1st letter of the typed in text.
am I wrong assuming that it should be a String (or an array of ascii chars) ???
if yes, how can I get the value of the string entered in the textfield ?
cheers
Pascal n00b question:
I cannot seem to find the correct type for ptTextField:
Code: Select all
...
filein := createParam('filename', ptTextField);
...it seems that I get 1 single, which is an ASCII value of the 1st letter of the typed in text.
am I wrong assuming that it should be a String (or an array of ascii chars) ???
if yes, how can I get the value of the string entered in the textfield ?
cheers