02-07-2013 03:49 AM
hi all
how to control invoke name
export data to excel
assign my file name
thanks
02-07-2013 09:22 AM
You can't. It's going to ask for where you want to save it, and you'll have to do it manually. That invoke method is a lot like an express VI, handy for getting the quick functionality but not very customizable. For programmatically assigning a file location you'll need to use other file I/O functions.
--Ryan S.
02-07-2013 06:15 PM
sparkysquared 已寫:
You can't. It's going to ask for where you want to save it, and you'll have to do it manually. That invoke method is a lot like an express VI, handy for getting the quick functionality but not very customizable. For programmatically assigning a file location you'll need to use other file I/O functions.
--Ryan S.
thanks for your help