OS_ProcessGetList

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OS (Operating System) > OS_Process >

OS_ProcessGetList

 

Description

 

Returns a string with the current running process names separated by the passed separator.

 

Syntax

 

s = OS_ProcessGetList( lpSeparator )

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

lpSeparator

String

No

String separator to be used in return string

 

Remarks

 

Restrictions

 

See also

 

Examples