Hello all,I am using pyferret and I've been trying to get an array of strings with the variables' names only. The best I've got in ferret is:yes? use anom.ncyes? let names = ..varnamesyes? list namesVARIABLE : ..VARNAMESIn python I'd like to have an array like:var = ['Q_SEN_AN', 'TAUX_AN', 'TAUY_AN']Any Ideas?Thanks!--
Jai Guru Dev
Dalton Kei Sasaki