Hi,
I'm a newbie to Efs.
I looked the tutorial videos and scan forum for NaN and could not resolve.
Using With V11.1 I and this tiny EFS (as exercise) on a watchList, I need to get the last close as a string.
The return instruction display the value I'm looking for. But the debug trow a NaN on the outputlist.
I though writing close(0,"HE M1") would led to a numeric value instead of a serie.
Thanks for you help!
===============
function main() {
debugPrintln("Close = " + close(0,"HE M1"));
return close(0,"HE M1");
}
I'm a newbie to Efs.
I looked the tutorial videos and scan forum for NaN and could not resolve.
Using With V11.1 I and this tiny EFS (as exercise) on a watchList, I need to get the last close as a string.
The return instruction display the value I'm looking for. But the debug trow a NaN on the outputlist.
I though writing close(0,"HE M1") would led to a numeric value instead of a serie.
Thanks for you help!
===============
function main() {
debugPrintln("Close = " + close(0,"HE M1"));
return close(0,"HE M1");
}
Comment