
86
Format Specifiers
7
Format Specifiers
The control string of the format function accepts the following codes from the standard C
library:
%d
signed decimal integers
%i
signed decimal integers
%e
lowercase scientific notation
%E
uppercase scientific notation
%f
floating point decimal
%g
uses %e or %f , whichever is shorter
%G
uses %E or %f, whichever is shorter
%o
unsigned octal
%s
character string
%u
unsigned decimal integers
%x
lowercase unsigned hexadecimal
%X
uppercase unsigned hexadecimal
%%
insert a percent sign
Flag, width, and precision modifiers are the same as in the standard C library definition.
Содержание OHV300
Страница 1: ...FACTORY AUTOMATION MANUAL JAVASCRIPT PROGRAMMING GUIDE...
Страница 88: ...88 Supported JavaScript Core delete function in instanceof new this typeof void...
Страница 93: ...93 Symbology ID Modifier Information...
Страница 94: ...TDOCT 4981_ENG 11 2015...