Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual de usuario Pagina 92

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 91
1 2 ... 87 88 89 90 91 92 93 94 95

Comentarios a estos manuales

Sin comentarios