Kbase P36228: How to put a MEMPTR value to a file ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/10/2004 |
|
Status: Unverified
GOAL:
How to put a MEMPTR value to a file ?
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.x
FIX:
OUTPUT TO VALUE( <binary-file> ) BINARY NO-MAP NO-CONVERT.
EXPORT memptr-var.
OUTPUT CLOSE.