A
What is the workable String Type for strtype? So as to get the fieldValue. Thank you.
STRTYPE fieldValue
What is the workable String Type for strtype? So as to get the fieldValue. Thank you.
STRTYPE fieldValue
You can use a simple string:
char buffer[256];
If on Windows use
wchar_t buffer[256];
← Back to all topics · 2 posts · 831 views · opened 2017-01-05