A
Arjen
Hi,
If the users enters some data it must be have 1 ... 100 characters. These
characters may be placed on multiple lines. (textbox)
I use this: .{1,100}
But this only works with one line.
What do I have to change in this: .{1,100}
Thanks!
If the users enters some data it must be have 1 ... 100 characters. These
characters may be placed on multiple lines. (textbox)
I use this: .{1,100}
But this only works with one line.
What do I have to change in this: .{1,100}
Thanks!