3acor Posted January 7 Report Share Posted January 7 (edited) Is that possible to do currently, if not can this be implemented? It is very hard to read when the number is big the way it currently is. Thanks Edited January 7 by 3acor Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted January 7 Report Share Posted January 7 assuming "value" contains the value of the scan result, set the scan result to String.Format(new MT.Util.ScaleFormatter(), "{0:K#,##0.00}", value) Quote Link to comment Share on other sites More sharing options...
3acor Posted January 7 Author Report Share Posted January 7 It is posting blank when I am writting on here using the code you sent me. not sure why. Anyway, it tells me "Possible security violation" when I type in the code Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted January 7 Report Share Posted January 7 hm, will check 1 Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted January 7 Report Share Posted January 7 Make it just:String.Format(new ScaleFormatter(), "{0:K#,##0.00}", value) 1 Quote Link to comment Share on other sites More sharing options...
3acor Posted January 9 Author Report Share Posted January 9 Is there a way to add a string next to a number in the scan result? For example, if the scanresult is volatility, how can I add a "%" next to the number? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.