03-07-2007 06:20 AM
03-07-2007 06:36 AM
Hello Subrata,
What exactly do you mean? You can always get the entire string by using the GetCtrlVal on the string control:
char string[100];
GetCtrlVal (pnlHandle, PNL_STRING, string);
// evaluate the string.