Teledyne-lecroy Verification Script Engine (VSE) Manual Uživatelský manuál Strana 112

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 115
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 111
Teledyne LeCroy Verification Script Engine Reference Manual
Page 112 of 115
24.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.
Zobrazit stránku 111
1 2 ... 107 108 109 110 111 112 113 114 115

Komentáře k této Příručce

Žádné komentáře