Indicator4_data.Set(Myindicator(true,10,1,long.wav,1,13,short.wav,false,true,3,true).Signal[0]);
Everything is ok except for long.wav and short.wav. NT is giving me an error that says:
"long does not contain a definition for 'wav'"
"short does not contain a definition for 'wav'"
What do I need to do here?

Comment