IsExe Function

Purpose

Returns a Boolean value indicating a whether a programming is running as a standalone EXE or inside the IDE.

Syntax

Bool = IsExe

Description

Example

MsgBox0 "I'm running" & Iif(IsExe, " as a stand-alone EXE!", " inside the IDE.")

Remarks

See Also

App

{Created by Sjouke Hamstra; Last updated: 10/10/2014 by James Gaite}