Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual do Utilizador Página 92

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 95
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 91
1 2 ... 87 88 89 90 91 92 93 94 95

Comentários a estes Manuais

Sem comentários