Example: lrc_save_ushort

This example saves the value 105 to a string parameter:

unsigned short var=lrc_ushort("105");
lrc_save_ushort("param-name",var);