mw.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
30884
THE NUMBER OF ELEMENTS IN THE MACRO INSTRUCTION
IS NOT VALID.
 
You included an incorrectly defined function in
a macro instruction. For example, the instruction
«SET variable=MID("text",2) is not valid because
the MID function requires three elements.
 
■ Edit the macro function to include the correct
  number of elements. For example,
  «SET variable=MID("Text",2,3) is a valid
  function because MID requires three elements.