Example: lrc_save_hyper
This example saves the value 650,000 to a string parameter:
hyper var = lrc_hyper("650000");
lrc_save_hyper("param-name",var);
This example saves the value 650,000 to a string parameter:
hyper var = lrc_hyper("650000");
lrc_save_hyper("param-name",var);