lr_Advance_param Example

web_url("Google Home Page",
"URL=http://www.{DomainName}.com",         
"Resource=0",
"RecContentType=text/html",
"Mode=HTML",
LAST );

lr_output_message(lr_eval_string("{DomainName}"));

lr_advance_param("DomainName");             

web_url("Bing Home Page",
"URL=http://www.{DomainName}.com",       
"Resource=0",
"RecContentType=text/html",
"Mode=HTML",
LAST );
   
    lr_output_message(lr_eval_string("{DomainName}"));

No comments:

Post a Comment