Advertisement
easternnl

Save parameter as an integer

Feb 8th, 2016
3,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     int y = 0;
  2.  
  3.     web_add_cookie("_ga=GA1.2.1240646069.1449059959; DOMAIN=www.eastern.nl");
  4.  
  5.     web_reg_save_param("Project","LB=class=\"portfolio_more_button\"><a href=\"","RB=\" class=\"button\" target=\"_self\">","ORD=ALL", LAST);
  6.    
  7.     web_url("projecten",
  8.         "URL=http://{host_www_eastern_nl}/projecten/",
  9.         "Resource=0",
  10.         "RecContentType=text/html",
  11.         "Referer=",
  12.         "Snapshot=t1.inf",
  13.         "Mode=HTTP",
  14.         LAST);
  15.  
  16.     y = atoi(lr_eval_string("{Project_count}"));
  17.     lr_output_message("Total projecten %d", y);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement