Platforms to show: All Mac Windows Linux Cross-Platform

ScientificStrMBS(d as Double, digits as Integer) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method String MBS Util Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the given value formatted as scientific number with the given number of digits.
Example
dim d as Double = 3.1415926535897

MsgBox ScientificStrMBS(d,6)+EndOfLine+ScientificStrMBS(d,9)

Blog Entries

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...