More than one suggestion in input command

Features wanted...
Post Reply
serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

More than one suggestion in input command

Post by serendipity »

As of now in input command I can include a suggestion to be entered in text field.
Example:
::input $script, Which script to load from xyplorer.com?, remote; load "http://www.xyplorer.com/download/$script.xys"

The above example shows remote in the text field. Lets say in future you offer more scripts on your webpage and user can simply browse the various scripts rather than remembering the name of the script which is a trivial thing. Something like this would be nice:
::input $script, Which script to load from xyplorer.com?, remote|abc|xyz; load "http://www.xyplorer.com/download/$script.xys"

Infact I use such a script myself now and already starting to forget the script names. Would be handy to have browsable suggestions in text field.

admin
Site Admin
Posts: 66315
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: More than one suggestion in input command

Post by admin »

I had exactly the same thought today! :)

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: More than one suggestion in input command

Post by serendipity »

Thanks (for similar thoughts) in advance. I am not in a hurry for this.

Post Reply