RB> MenuStr(NormFonts, 3) returns " 25"
> MenuStr(NormFonts, 4) returns " 50"
So it's one of those commands that's of limited use alone, if even
used alone. MenuStr() is dependent on the number, and since that
probably shouldn't be static, really means it depends on MenuOption():
command = Dos("@c:\axe\vid\^vft "
+ MenuStr(NormFonts,MenuOption()) + "^-",_dont_prompt_)
I wouldn't have thought to embed MenuOption() in MenuStr()
from the manual.
... I stood among them, but not of them; in a shroud of thoughts
-- SR 2.00 #1019 -!- which were not their thoughts. * Byron
--- QScan/PCB v1.18b / 01-0175
---------------
* Origin: Eagle's Nest Comm., Inc Prov, RI 401-621-4600 (1:323/150)
|