Hello Chau,
Thanks for your help.
I have another question on the same line. Pleae add your valuabe inputs to the same.
***********log******
"asxasda<123456>TaskTitle>P#1810 Line7072 DU:RECORDREPLAY"
****Function for 123456******
web_reg_save_param("Test",
"LB=asxasda<",
" RB/DIG=>TaskTitle>P#1810 Line#### DU"
LAST);
is not returning any values, but the same below function does return the expected value.
web_reg_save_param("Test",
"LB=asxasda<",
" RB=>TaskTitle>P#1810 Line"
LAST);
My question :
Is that the "space" after Line7072 is problem ?? or is there any i am missing here ? pleae let me know.