Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Bedienungsanleitung Seite 59

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 64
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 58
Verification Script Engine Reference Manual
54
25 String manipulation/formating functions
25.1 FormatEx()
Write formatted data to a string. Format is used to control the way that arguments will print
out. The format string may contain conversion specifications that affect the way in which the
arguments in the value string are returned. Format conversion characters, flag characters, and field
width modifiers are used to define the conversion specifications.
Format : FormatEx ( format_string, argument_list )
Parameters:
format_string - Format-control string
argument_list- Optional list of arguments to fill in the format string
Return Values:
Formatted string .
Format conversion characters:
Code
Type
Output
c
Integer
Character
d
Integer
Signed decimal integer
i
Integer
Signed decimal integer
o
Integer
Unsigned octal integer
u
Integer
Unsigned decimal integer
x
Integer
Unsigned hexadecimal integer, using "abcdef."
X
Integer
Unsigned hexadecimal integer, using "ABCDEF."
s
String
String
Seitenansicht 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64

Kommentare zu diesen Handbüchern

Keine Kommentare