On Wed, 18 Mar 2009 13:45:05 -0700, Schuh, Richard <[email protected]> wrot e:
>Is there any way to access the prefix area of a line from an XEDIT
>Macro? I see nothing in the EXTRACT command. Am I missing something
>there? Is there some other way to access it?
Here is a more complete example which shows all commands in the prefix
areas:
/* */
line=0
DO UNTIL PENDING.0=0
'EXTRACT /PENDING * :'line+1'/'
DO i=0 TO pending.0
say format(i,3) pending.i
END
line=pending.1
END
Brian Nielsen
