Get the value in the parameter string
Question ID: 106928
0
0

I have this Parameter that contains —> name="__RS" id="__RS" value="rwuofsofuosufso13ios"

I only want to get string —> rwuofsofuosufso13ios"
Please help.

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on June 30, 2016 5:56 am
84 views
Answers (1)
0
Private answer

Hello LisaY,

Your left boundary and right boundary are not set up correctly to capture the data

Try this method

web_reg_save_param_ex(
''ParamName=myParamforRS'',
''LB=id=''__RS'' value=''
''RB='''',
SEARCH_FILTERS,
''Scope=body'',
LAST);

LB = The left boundary of the dynamic data.

RB = The right boundary of the dynamic data

For more options and details about the ''web_reg_save_param_ex'' function check the VuGen Help files or visit

http://lrhelp.saas.hp.com/en/latest/help/function_reference/FuncRef.htm#web/lrFr_web_reg_save_param_ex.htm

Marked as spam
Posted by (Questions: 12, Answers: 384)
Answered on September 8, 2016 7:21 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top