I want to pass the timestamp variable in the filename variable. Please suggest how. I am doing this in VUGEN.
Code:
int timestamp;
char * filename;
web_save_timestamp_param("c_launchid", LAST);
timestamp = lr_output_message( "%s",lr_eval_string("{c_launchid}") );
filename = "C:\\temp\\icafile_{timestamp}.ica";