according to the LabVIEW MathScript Function list.
http://zone.ni.com/devzone/cda/tut/p/id/4427 which links to the complete LabVIEW 8.20 Mathscript Function List support page the function fscanf (reads text file ) is provided.
I am using LabVIEW8.0 whilst awaiting the arrival of 8.20. I can't get fscanf to work in MathScript although I am quite familiar with it and its uses in C. It seems to be undefined in the MathScript I have..
If I search for fscanf it does not seem to be there although sscanf is. Is fscanf missing in LabVIEW 8.0 MathScript? For particular reasons I prefer not to use workarounds with LabVIEW vi's.
------search for available functions starting with f ---------
>>which f
core function - factor
core function - factorial
core function - false
core function - fclose
core function - fft
core function - fft2
core function - fftfilt
core function - fftshift
core function - figure
core function - fileparts
core function - filter
core function - filter2
core function - filtfilt
core function - find
core function - findstr
core function - fir1
core function - fir2
core function - firls
core function - firpm
core function - fit
core function - fix
core function - flipdim
core function - fliplr
core function - flipud
core function - floor
core function - fminbnd
core function - fmincon
core function - fminsearch
core function - fminunc
core function - fopen
core function - for
core function - format
core function - fread
core function - freqs
core function - freqz
core function - fullfile
core function - fwrite
------------------------------------------------------
Regards,
Worried of Bexley