About the numeric output: >> columns = {"", "OS"}; >> data = {"true" , "30";"true" , "20";"true","10"}; >> toto=zenity_list(columns, data, "checklist","numeric output","nan") error: element number 2 undefined in return list
And: >> toto=zenity_list(columns, data, "checklist") toto = { [1,1] = 30 [2,1] = 20 [3,1] = 10 } >> [val]=str2double (toto) val = 30 20 10 >> [val,sta]=str2double (toto) val = 30 20 10 error: element number 2 undefined in return list ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev