I am saving a parameter with the following C/LR code:
web_reg_save_param("Number",
"LB=myleftboundry/",
"RB=/myrioghtboundry",
LAST);
lr_output_message("%s", lr_eval_string("my number: {Number}"));
But when running the script, I get some wired things in the log:
Action.c(66): Registering web_reg_save_param was successful [MsgId: MMSG-26390]
Action.c(67): Warning: The string 'Number' with parameter delimiters is not a parameter.
Action.c(67): Number: {Number}
Action.c(69): Notify: Transaction "trans1" started.
Action.c(73): Notify: Saving Parameter "Number = 4588".
Anybody knows what I am doing wrong here?
Maybe it has to do with the building of my output statement?
Cheers
Magnus