Kbase P92749: How to write the left squiggly bracket character to a file?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  31/08/2004 |
|
Status: Unverified
GOAL:
How to write the left squiggly bracket character to a file?
FIX:
To write the left squiggly bracket character (i.e. '{') to a file from the 4GL simply prefix the bracket with a tilde character as the following sample code shows:
OUTPUT TO SomeFileNameGoesHere.
DISPLAY "~{".
OUTPUT CLOSE.