Teledyne-lecroy UWBTracer Verification Script Engine Manual Manuel d'utilisateur Page 92

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 95
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 91
1 2 ... 87 88 89 90 91 92 93 94 95

Commentaires sur ces manuels

Pas de commentaire