Teledyne-lecroy UWBTracer Verification Script Engine Manual Instrukcja Użytkownika Strona 92

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 91
1 2 ... 87 88 89 90 91 92 93 94 95

Komentarze do niniejszej Instrukcji

Brak uwag