Hi all,
We have a few datawindowchilds on which we need to perform a modify statement to change the .text value at runtime.
How can we have single quotes and double quotes appear in the .text please ?
We tried the following, but both failed ( either line syntax error , or no error but the quote isnt shown on the tag).
dw_tmp.Modify("t_1.text = ' I NEED TO PRINT A SINGLE QUOTE NOW ''' ")
dw_tmp.Modify("t_1.text = 'I NEED TO PRINT A SINGLE QUOTE NOW ~''")
TIA
John