Hi,
Ive got the VC code below that I need to work in NetExpress which I presume will use x"91" can anyone advise how I need to code it?
The program EscapeSequence is written in C# or C++
declare pDC as type System.IntPtr = e::Graphics::GetHdc
set ws-string to w-st-unlock-settings
set escape-string-length to size of ws-string::TrimEnd(" ")
invoke type EscapeSequence.ClassCode::Print(pDC, xstart, ystart, ws-string, escape-string-length, w-align, ws-drawcolor, x-size1, xrotate, escape-font-style, escape-font-name);
invoke e::Graphics::ReleaseHdc(pDC)
Convert using :-
call x"91" using ????