Special Class
Username:  
Password:
  > Home
> User Guide
v Reference
    > Introduction
    > CROFT
    v BEE Variables
       v BEE Variable Name
          o General/Object Class
          o Special Class
          o System Class
       o BEE Variable Value
       > BEE Conversions
    > BEE Syntax
    > BEE Commands
    > Database Operation
    > Content Management
    > Objects and Classes
    > Interface with others
    o Glossary
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Reference >> BEE Variables >> BEE Variable Name >> Special Class <=  =>      <  1  2  >  
Special Class

There are classes that operate in exactly the same way as General Classes.  What "special" about "Special Classes" is that they are used by the system to store values used to communicate with the application.

These classes are:

arg

Value already passed into the function's Context

message

Text error message returned from a function or command
(The name part is the function name and therefore is case insensitive.)

param

Value to be passed into a function or command; cleared automatically after the function call.
(The name part is the function name and therefore is case insensitive.  However, the Element part is the argument name and is case sensitive.  If an argument is passed via the function calling line, BEE will convert all argument names to lowercase.  The param% class provides a way to pass non-lowercase argument name to a function.)

result

Value passed out from a function or command
(The name part is the function name and therefore is case insensitive.)

status

Numeric error code returned from a function or command
(The name part is the function name and therefore is case insensitive.)

systemp

Temporary values used by the system.  (Please do not use this class.)

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd