Passing a user defined string to the wavelist command
Karen
I have tried
waves_to_move = WaveList("($wavewithnames)",";","")
waves_to_move = WaveList("$wavewithnames",";","")
but neither work.
Any ideas on how to get round this?
String waves_to_move
waves_to_move = WaveList(wavewithnames,";","")
I'm assuming you have already declared the strings wavewithnames and waves_to_move in your function, but I added them above just to make it clear that you need to do that.
December 13, 2010 at 08:35 am - Permalink
Yeah strings were already declared. Slightly annoyed with myself for not thinking of that, but it worked first time.
Thanks for that.
December 14, 2010 at 07:48 am - Permalink