Im trying to get float values from a GETN_NUM field, I know that reading the variable with the nVal extension is the problem but I dont know how to read it as a float.
for example if the variable is in a tree node called "sample" and a GET_NUM called "data" (read_data is a float).
--code--
read_data=sample.data.nVal;
--code--
It must be something like fVal but I cant find it in the Help files.
for scalar, we only have dVal, sorry. fVal is only for vector and matrix, like fVals and fVals2, as we feel it is not necessary to use fVal when dVal is available.