doc_0424
08-21-2003, 11:32 AM
Hi all,
I need to embed an ASCII code (^D) in a string.
Here's what I need:
SETANCHOR^D123^D456
My string line will end up looking like this:
"SETANCHOR" + ctrlD + "123" + ctrlD + "456"
How do I handle the ^D?
I need to embed an ASCII code (^D) in a string.
Here's what I need:
SETANCHOR^D123^D456
My string line will end up looking like this:
"SETANCHOR" + ctrlD + "123" + ctrlD + "456"
How do I handle the ^D?