Subj : Re: Mystic Suggestions To : Black Panther From : g00r00 Date : Mon Mar 29 2021 07:33 pm BP> I hope you and your family are doing well. Thanks! BP> 1. Would be possible to add a function in MPL similar to the IsNumber BP> function i n FreePascal? function isNumber (s: string) : boolean; begin isNumber := str2int(s) > 0 or s = '0'; end; BP> 2. Not sure about how possible this is, but could a text box, such as BP> the vertic al, horizontal, etc, be used to ask a user a question and BP> have them type in a re sponse? Such as: BP> BP> Enter your BBS Name BP> [ ] BP> BP> And be able to save the response as a string? Yes you can use the box MCI code to drop a box and then use the input to get the input. Or display an ANSI to draw the box, whatever you'd like and the use input to get the input. Or you could use any of the box/input classes to draw form-like things using MPL. There are lots of ways to do it. There is an example of one way (although it might be overkill for what you just asked) in testinput.mps that comes with Mystic. --- Mystic BBS v1.12 A47 2021/02/12 (Windows/64) * Origin: Sector 7 | Mystic WHQ (1:129/215) .