PDA

View Full Version : Example of locals window problem with UChars



Focus
24-Jan-2020, 08:33 AM
Use Windows.pkg


Procedure Test
UChar[] uc
Move 65 to uc[0]
Move 66 to uc[1]
Move 67 to uc[2]
Move 159 to uc[3]
Move 234 to uc[4]
Move 95 to uc[5]
Send None
End_Procedure


Send Test


13428