Application
Web
Session
Var
MonkeyTerm Object Model
Object: CommandHandler
 Function ExecuteLine(byval sLine As String, [lBuffer As enmBuffer = bf_CurrentBuffer]) As Variant Sub Execute(byval sCommand As String, [byval oMatches As Collection = Nothing], [lBuffer As enmBuffer = bf_CurrentBuffer], [bResetRecursionLevel As Boolean = False]) Executes a command but no result is written and the resultbuffer will grow (See and use the EvaluateCommand on the session object. If you insist on using this (might come in handy) remember to read from Response.Buffer with the called buffer and then flushing the Buffer afterwards. If you do not flush it, it will stay in the buffer and might be executed later.
|