Hi I'm trying to set individual lines of text in a multiline textbox at runtime using this type of code
myTextBox.lines(0)= "something"
But it isn't doing the job, for some reason I can only set the lines in the design view. No exception is being thrown since I already set the required lines() array bounds in textbox properties but the data doesnt go into the textbox.
I can't see why this shouldnt work since the property is public.
help would be much appreciated.
myTextBox.lines(0)= "something"
But it isn't doing the job, for some reason I can only set the lines in the design view. No exception is being thrown since I already set the required lines() array bounds in textbox properties but the data doesnt go into the textbox.
I can't see why this shouldnt work since the property is public.