Post Reply 
[REPORT] problem with choose CMD
12-03-2016, 05:05 PM
Post: #3
RE: problem with choose CMD
According to the help this CHOOSE cmd is correct, but it has not utility because the variable of the position returns the place of the selection, the output must be 1/0 as does INPUT CMD

Another improvement that must be made is that, it should be labeled up "Z"

PHP Code:
choose(currentPos,"test choose",{ "1""2""3""4""5""6""7""8""9""A""B""C""D""E""F""G""H""I""J""K""L""M""N""O"  }); // OK

choose(currentPos,"test choose",{ "1""2""3""4""5""6""7""8""9""A""B""C""D""E""F""G""H""I""J""K""L""M""N""O""P""Q""R""S""T""U""V""W""X""Y""Z"  }); // =( 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: problem with choose CMD - eried - 12-03-2016, 04:40 PM
RE: problem with choose CMD - compsystems - 12-03-2016 05:05 PM
RE: problem with choose CMD - StephenG1CMZ - 12-03-2016, 05:33 PM
RE: problem with choose CMD - Han - 12-04-2016, 04:21 AM
RE: problem with choose CMD - Tim Wessman - 12-05-2016, 03:28 PM
RE: problem with choose CMD - eried - 12-03-2016, 06:12 PM
RE: problem with choose CMD - StephenG1CMZ - 12-03-2016, 06:27 PM



User(s) browsing this thread: 1 Guest(s)