Table of Contents

TatRoutineInfo.IsFunction Property

Returns true if the routine returns a result value. In other words, IsFunction is true when the routine is a function, false if the routine is a procedure/sub.

Syntax

Unit: atScript

property TatRoutineInfo.IsFunction: Boolean

See also