Lasso Soft Inc. > Home

[OS_Process->Close]

[OS_Process->Close] closes Lasso's connection to the native process. Both the standard input and the standard output of the native process are closed. Most processes will exit when this tag is called. If the process should be left running then [OS_Process->Detach] should be used instead of this tag. This tag is called implicitly when the [OS_Process] object is destroyed at the end of a Lasso page.

  • Syntax
  • Parameters
Var: 'myProcess' = (OS_Process: '/bin/cat');
$myProcess->(SetEncoding: 'iso-8859-1');
$myProcess->(Write: 'This is a test\n');
$myProcess->CloseWrite;
encode_html: $myProcess->ReadString;
$myProcess->Close;
Examples

See the Lasso 8 Language Guide for examples of how to use this tag.

Tag Link [OS_Process->Close] Category OS Process
Type Member Data Source Any
Support Preferred Version 8.5
Output Type None Security None
Implementation Sets Lasso 8.5

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft