Page 1 of 1

Posted: Sun Jan 19, 2003 8:50 pm
by BackupUser
Restored from previous forum. Originally posted by geoff.

With MessageRequester() it is possible to include chr(10) characters within the message text so that it prints on several lines. It would be useful if this were also possible for InputRequester()


This would allow examples like this:


The text you entered: J.Smith#hotmail.com
Did not contain an @ symbol.
Please enter a valid e-mail address

Posted: Sun Jan 19, 2003 11:48 pm
by BackupUser
Restored from previous forum. Originally posted by PB.

> With MessageRequester() it is possible to include chr(10) characters
> within the message text so that it prints on several lines. It would
> be useful if this were also possible for InputRequester()

Until something better comes along, try this procedure:

viewtopic.php?t=2412

Posted: Mon Jan 20, 2003 10:26 am
by BackupUser
Restored from previous forum. Originally posted by geoff.

Thanks PB
Geoff