LOTUSSCRIPT-SPRACHE
Examples: SendKeys statement
' Use Shell to open the Windows Notepad, then SendKeys to send
' a note entered by the user to Notepad. The user can continue
' composing the note and use Notepad to save it as
' a text file.
Sub WriteNote
Dim taskId As Integer, note As String
note$ = InputBox("Start your note:")
taskId% = Shell("notepad.exe", 1)
SendKeys note$, TRUE
End Sub
WriteNote ' Call the WriteNote sub.
Siehe auch
SendKeys statement
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar