Casio Naurtech CETerm Ver.5.5 Scripting Guide Manuale Utente Pagina 67

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 164
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 66
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 67
JavaScript array, but it is easy to convert a Visual Basic array into a JavaScript
array using the VBArray object. For example:
var valuename = "HKLM\\Comm\\PY21BG1\\Parms\\TcpIp\\DhcpDNS";
var vbarray = new VBArray( OS.Registry.ReadValueVBArray( valuename );
var jsarray = vbarray.toarray();
status = WriteValue ( valuename, valuedata, datatype )
Write the specified value. Use a fully qualified value name that starts with a root
key. WriteValue will create the containing key if it does not exist. Binary values
are submitted as a list of comma separated hexadecimal digits. MULTI_SZ
strings are separated with the current StringSeparator property value. Returns 0
for success, non-zero for error. See Appendix 4 for root key names and datatype
definitions. Common datatypes are “REG_SZ” for a string and “REG_DWORD”
for a DWORD value.
Properties
The Registry object has the following property.
Property
Description
Values
StringSeparator
Text string that separates MULTI_SZ
values. Default: "<|>"
text
3.14 THE SCREEN OBJECT
The Screen object gives access to a session terminal emulation screen. The
Screen object is a property of the Session object;
CETerm.Session(i).Screen. This section documents the methods and
properties of the Screen object.
To access text in a browser page, use the Browser.Document reference and
read the text directly from the desired page element.
Methods
The following methods are available
Vedere la pagina 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 163 164

Commenti su questo manuale

Nessun commento