Kbase P15250: How to use put statement to print a tilde
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/7/2003 |
|
Status: Unverified
GOAL:
How to use put statement to print a tilde
FIX:
Use "~~ " - 2 tildes followed by a space between quotes like follow example:
OUTPUT TO testing.txt.
PUT "Testing using tilde: ".
PUT "~~ ".
PUT ".".
OUTPUT CLOSE.
The above code output will be:
Testing using tilde: ~ .