IsProgram()

Syntax

Result = IsProgram(Program)
Description
Tests if the given program is a program that is executed by the RunProgram() function.

Parameters

Program The program to test.

Return value

Nonzero if the program is executed by the RunProgram() function, zero otherwise.

Remarks

This function is bulletproof and may be used with any value.

See Also

RunProgram()

Supported OS

All

<- GetEnvironmentVariable() - Process Index - KillProgram() ->