hi,
I am trying to use formatPriceNumber() in my EFS, but I get a blank string when I use it on US #F, MSFT etc.
How can I use this function properly?
my line of code is
debugPrint(close()+" "+formatPriceNumber(close())+"\n");
and it does not seem to work well.
thanks,
I am trying to use formatPriceNumber() in my EFS, but I get a blank string when I use it on US #F, MSFT etc.
How can I use this function properly?
my line of code is
debugPrint(close()+" "+formatPriceNumber(close())+"\n");
and it does not seem to work well.
thanks,
Comment