> menu NormFonts()
> 'Jorj',Dos("@c:\axe\vid\^vft Jorj^-",_dont_prompt_)
> 'r25',Dos("@c:\axe\vid\^vft r25^-",_dont_prompt_)
> ' 25',Dos("@c:\axe\vid\^vft 25^-",_dont_prompt_)
> ......
> ' 50',Dos("@c:\axe\vid\^vft r50^-",_dont_prompt_)
> 'Lat1',Dos("@c:\axe\vid\^vft Lat1^-",_dont_prompt_)
> end
>
> I would think that, since the choices are all of a type,
> I should be able to use MenuStr(). But how?
MenuStr() returns the n'th options string from the menu you pass to it.
Here are the results for your menu:
MenuStr(NormFonts, 1) returns "Jorj"
MenuStr(NormFonts, 2) returns "r25"
MenuStr(NormFonts, 3) returns " 25"
MenuStr(NormFonts, 4) returns " 50"
MenuStr(NormFonts, 5) returns "Lat1"
Hope this helps!
Richard Blackburn (SemWare Technical Support)
--- FidoPCB v1.4 [ff151/a]
---------------
* Origin: SemWare Support BBS * 404-641-8968 * (1:133/314)
|