Teledyne-lecroy UWBTracer Verification Script Engine Manual Bedienungsanleitung Seite 92

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 95
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 91
LeCroy Corporation Verification Script Engine Manual, version 2.2
23.3 ConvertToHTML()
This function replaces spaces with “&nbsp” and carriage return symbols with “<br>” in a text string.
Format: ConvertToHTML(text_string)
Parameters:
text_string Text string
Example:
str = “Hello world !!!\n”;
str += “How are you today?”;
html_str = ConvertToHTML (str);
# html_string = “Hello&nbspworld&nbsp!!!<br>How&nbspare&nbspyou&nbsptoday?”
Note: Some other useful miscellaneous functions can be found in the file: VSTools.inc.
Page 92 of 95
Seitenansicht 91
1 2 ... 87 88 89 90 91 92 93 94 95

Kommentare zu diesen Handbüchern

Keine Kommentare