Votes
Answers
Views
Question
7
1
118
Value of a String Variable [char *Variable] is found to be corrupted after web_reg_save function call is made. If a statement lr_output_message("Value: %s",lr_eval_string(Variable )); is written before the web_reg_save/ex code block,the actual value of the variable is printed in the output. ...
2
1
540
My script is not giving me the results I expect, and I need to confirm the values of some of my variables during execution of the script. How do I check and see what the values are during script execution?