Specifies a sub-data folder within a packed experiment file to be loaded.
You can make two separate calls to LoadData.
It may be possible to do it in one call using /J but I'm not sure. It depends on the organization of your data. In that case you would omit /S or use /S to specify the parent of the data folders you want to load.
In Igor8, LoadData supports a /GREP that give you finer control over what is loaded. You probably don't need that in this case.
February 13, 2018 at 04:34 am - Permalink
February 13, 2018 at 05:34 am - Permalink
February 13, 2018 at 05:42 am - Permalink
String folderlist
folderlist="name1;name2"
loaddata/T/S=folderlist
End
February 13, 2018 at 09:58 am - Permalink
February 13, 2018 at 10:30 am - Permalink
You can make two separate calls to LoadData.
It may be possible to do it in one call using /J but I'm not sure. It depends on the organization of your data. In that case you would omit /S or use /S to specify the parent of the data folders you want to load.
In Igor8, LoadData supports a /GREP that give you finer control over what is loaded. You probably don't need that in this case.
February 13, 2018 at 12:22 pm - Permalink