Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The MODIFY$ function makes it possible to carry out complex calculation and present the resulting string in order for the user to decide whether to use the string or modify it for further use. It provides an expert opinion while keeping flexibility
  2. The MODIFY$ function opens the string in the internal text editor (and through this with the standard Editor program) to be modified by a user. The user can change this text file. After closing the editor, the MODIFY$ function returns a string containing the edited contents of StrExp$
  3. See also MODIFYalso MODIFY() and MODIFY#() for the same type of behaviour on other type of values 

...