
![]() |
Start HTTP Server |
Starts the built-in HTTP Server. This web server will trigger a script when data arrives.
Syntax
Start HTTP Server [ Select ; Result (error) ; File name ; Script name ;
Password ; Port number ; Switches ]
![]() |
Start HTTP Server |
Starts the built-in HTTP Server. This web server will trigger a script when data arrives.
Start HTTP Server [ Select ; Result (error) ; File name ; Script name ;
Password ; Port number ; Switches ]
![]() |
Stop HTTP Server |
Stop the HTTP Server.
Stop HTTP Server [ Select ; Result (error) ]
![]() |
TrText_ANDText |
Returns all lines that are both in text1 and text2.
TrText_ANDText ( switches ; text1 ; text2 )
![]() |
TrText_CheckSpelling |
Returns the start position and length of the first word which is spelled incorrectly in the text.
TrText_CheckSpelling ( switches ; text { ; languageID } )
![]() |
TrText_GetLine |
Returns the n-th line of the text. The end of a line is determined by the return character ¶. This function returns all characters including the return character.
TrText_GetLine ( switches ; lineNumber ; theText )
![]() |
TrText_GetSpellingLanguages |
Returns a list of all supported spelling languages.
TrText_GetSpellingLanguages ( switches )