iseSendOutputToEncapHistory
iseSendOutputToEncapHistory(
t_myText
)
=> t / nil
Description
Writes the string passed in as a parameter to the history section of the encapsulation window.
Arguments
|
A valid SKILL string, integer or a float value. The function checks for the type of the argument passed and appends it to the history section of the encapsulation window. |
Value Returned
|
The text is appendedto the history section of the encapsulation window. |
|
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
-
For a string value
iseSendOutputToEncapHistory( "Hello World")
-
For an integer value
iseSendOutputToEncapHistory( 10 )
-
For a float value
iseSendOutputToEncapHistory( 4.5 )
Related Topics
Return to top