Forum Navigation
You need to log in to create posts and topics.

Re: properties and methods

Posted by: microcsm <microcsm@...>

Waverly Edwards wrote:

>How do you tell that a method or property belongs to a particular class if
>it is not within the BEGINCLASS/ENDCLASS structure? This has a feel of
>having group of statments outside a LOCAL FN/END FN structure.
>
>CLEAR LOCAL
>LOCAL FN myFunction
> 'do something here
>END FN
>
>'and do something here to because I belong to myFunction.
>
>
>
>Of course, I will be quickly corrected if I've not understood the syntax.

It is understood that any METHOD statements following the BEGIN/END CLASS
statement pertain to that class (up to the next BEGIN/END CLASS
statement). The BEGIN/END CLASS statement only defines the property
record for the class.

========================================
| David Blache - Developer |
========================================
| Staz Software, Inc - Stazologist |
| (tech@stazsoftware.com) |
| Microcosm Software, Inc. - Owner |
| (microcsm@goldinc.com) |
========================================