I am using the code below to fill a wave with text from a textwave. This type of code works fine for numeric waves, but it does not work with text waves. What am I doing wrong, why w12 does not behave as a textwave?
Try adding the /T flag in your Duplicate operation to let Igor know the new wave will be a text wave. See "Type Flags" in the command help for Duplicate for details.
February 16, 2018 at 05:50 am - Permalink
Duplicate/O/T
? Also, unless you declare it somehow,suffix
is a null string. The end result that should work is--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAH
February 16, 2018 at 05:56 am - Permalink
best,
_sk
February 16, 2018 at 07:38 am - Permalink
Thanks,
Hans
February 16, 2018 at 08:31 am - Permalink