Versions Compared

Key

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

...

  1. MODIFY$(StrVal$, Caption$, [Mode%=0, 1 or 2])
  2. MODIFY$(StrExp$, Caption$, [Mode%=0, 1 or 2])

Arguments

  • StrVal$ is a string value
  • StrExp$ is a string expression containing a string or document
  • Caption$ is the caption of editor to be presented in dialogue
  • Mode% is Mode% is an option for the behaviour before and after this function is initiated:
    • Mode%=0 [default]: do not save the value in the parameter initiating the function. Thus, it will be interpreted by the system as intermediate calculated data. When the solution is repeated, the modified data will be reset and the calculation will be performed again (you lose your modified data);
    • Mode%=1: save the modified value in the parameter initiating the function. Thus, the modified data will be interpreted as input. When the solution is repeated, the modified data will be used and no recalculation will be carried out;
    • Mode%=2always save the value in the parameter initiating the function. Thus, the data will always be interpreted as input (also when Telitab$ was initially based on calculations). When the solution is repeated, the modified data will be used and no recalculation will be carried out;

...

The current value FinalText$ is changed in the above, modified value since Mode%=1


 

Quick links: Function overview | Attribute overview | Constants overview | Dimensions overview