Returns a Boolean value indicating a whether a programming is running as a standalone EXE or inside the IDE.
Bool = IsExe
MsgBox0 "I'm running" & Iif(IsExe, " as a stand-alone EXE!", " inside the IDE.")
{Created by Sjouke Hamstra; Last updated: 10/10/2014 by James Gaite}