[help] input cmd
|
10-14-2016, 02:57 PM
(This post was last modified: 10-14-2016 03:01 PM by compsystems.)
Post: #4
|
|||
|
|||
RE: [help] input cmd
the third element and ... or parameter may be empty and automatically INPUT cmd adds identifiers and help string
PHP Code: input({x1,x2},"input test", {}, {"Enter value for x1","Enter value for x2"} ); PHP Code: input({x1,x2},"input test", {"x1:","x2:"}, {"Enter value for x1","Enter value for x2"} ); PHP Code: input({x1,x2},"input test", {}, {} ); PHP Code: input({x1,x2},"input test" ); |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[help] input cmd - compsystems - 10-14-2016, 01:43 AM
RE: [help] input cmd - cyrille de brébisson - 10-14-2016, 08:15 AM
RE: [help] input cmd - compsystems - 10-14-2016, 02:20 PM
RE: [help] input cmd - compsystems - 10-14-2016 02:57 PM
|
User(s) browsing this thread: 2 Guest(s)