Returns a string formatted according to a format specification.
Number | Type | Compulsory | Default | Description |
1 | string | Yes | Format | |
2 | real ... | No | Arguments 1-8: values |
Format specification. The format used is essentially the same as that used for the 'printf' range of functions provided in the 'C' programming language. However, only real arguments are supported and so only format types %e, %E, %f, %g and %G are supported.
Values used for '%' format specs in the format string. Upto 8 argument values may be used.
Return type: string
Formatted string
▲Function Summary▲ | ||
◄ SplitString | sqrt ▶ |