[comp.binaries.ibm.pc.d] WordPerfect 5.0 macro question

jschippe@praxis.cs.ruu.nl (Jeroen Schipper) (05/29/90)

I have a question about WP5.0 macro's :
There is a command : [ALT-254]menu~ that you can use
to know in what menu the user is at the time the macro
was started. I saw it in a macro made by WP (In the
keyboard file MACROS, the macro CTRL-P). It was something
like this :

{IF}"[ALT254]menu~"="294"~
  ...
{ELSE}
  ...
{ENDIF}

(With [ALT254] I mean the little square, ascii code 254)

I looked in the manual, but I couldn't find anything about
that command.  There is a big list in the 5.1 manual, but
the codes I tried didn't work. If you anything more about
the menu command, please let me know.

Jeroen.


________________________________________________________________

                J E R O E N   S C H I P P E R
  Department of Computer Science, Utrecht University. HOLLAND
                 E-mail : jschippe@cs.ruu.nl
			 - - - - -
"Computer programs do what you tell them to do, not what you
		     want them to do."
________________________________________________________________