Subject | English | Malay |
comp., MS | Function procedure | prosedur Fungsi (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement) |
comp., MS | operator procedure | prosedur operator (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading) |
comp., MS | stored procedure | prosedur tersimpan (A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application) |
comp., MS | Sub procedure | Sub prosedur (A Visual Basic for Applications (VBA) procedure that carries out an operation, but unlike a Function procedure, does not return a value) |