• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Can anyone please explain in which situations...

R

Raju Phani

Guest
Can anyone please explain in which situations we will use 1)* Saveoffset* and *Savelen* parameters in *Web_reg_save_param()* funciton 2) If we have the *Left* and *Right boundaries* are *dynamically changing*then how can we handle this situation to capture dynamic data in between those dynamic boundaries
 
Raju you can use " HELP" in LR, everything is pretty much self-explanatory thr...anywways from wt i can recall Saveoffset is for skipping any particular 'n' characters from the dynamic value captured within the boundaries.Savelen is for specifying the lenght of characters that you wanna save from the captured dynamic value.
 
You can try web_reg_save_param_regexp if LB and RB changes.
 
Back
Top