Word (text) processor
#5
(08-25-2023, 07:31 PM)SMcNeill Wrote:
Code: (Select All)
Sub ExtendedInput (prompt$, result$) 'Over Engineered Input
    'limit VALUES:
    '1 = Unsigned
    '2 = Integer
    '4 = Float
    '8 = Who cares. It's handled via internal variables and we don't need to know a type for it.
    'Uses {} at the start of the prompt to limit possible input
    'P = Password
    'U = Unsigned
    'I = Integer
    'F = Float
    'L## = Length of max ##
    'X##, Y## = LOCATE before printing
    'D = Disable paste option
    'V = Move CTRL-V to AFTER paste
    'H = Hide Input after finished.  (Won't leave prompt, or user input on the screen.)
End Sub
@SMcNeill could you provide a few examples showing off the different
prompt$
options?

This is pretty kick ass idea using a DSL or micro-format for more complex args to
SUB
or
FUNCTION
hadn't occurred to me.

I'd love to see a few examples of this!

Thanks
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply


Messages In This Thread
Word (text) processor - by krovit - 08-25-2023, 08:07 AM
RE: Word (text) processor - by Dimster - 08-25-2023, 07:16 PM
RE: Word (text) processor - by SMcNeill - 08-25-2023, 07:31 PM
RE: Word (text) processor - by grymmjack - 08-28-2023, 12:07 PM
RE: Word (text) processor - by SMcNeill - 08-28-2023, 12:36 PM
RE: Word (text) processor - by krovit - 08-28-2023, 10:44 AM
RE: Word (text) processor - by TerryRitchie - 08-28-2023, 03:30 PM
RE: Word (text) processor - by bplus - 08-28-2023, 03:34 PM
RE: Word (text) processor - by krovit - 08-29-2023, 08:06 AM
RE: Word (text) processor - by bplus - 08-29-2023, 02:32 PM
RE: Word (text) processor - by krovit - 08-29-2023, 04:51 PM
RE: Word (text) processor - by bplus - 08-29-2023, 05:16 PM
RE: Word (text) processor - by SMcNeill - 08-29-2023, 05:19 PM
RE: Word (text) processor - by krovit - 08-29-2023, 05:35 PM
RE: Word (text) processor - by mnrvovrfc - 08-29-2023, 05:45 PM
RE: Word (text) processor - by TerryRitchie - 08-29-2023, 06:16 PM
RE: Word (text) processor - by krovit - 08-29-2023, 06:00 PM
RE: Word (text) processor - by mnrvovrfc - 08-29-2023, 08:46 PM
RE: Word (text) processor - by krovit - 08-30-2023, 11:15 AM



Users browsing this thread: 7 Guest(s)