Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One useful behaviour unsupported
Message
From
22/10/2004 04:18:28
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
21/10/2004 08:32:54
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00953256
Message ID:
00953651
Views:
15
Fabio,

I remeber something the like we got with strong typing.

If we have done something like
PARAMETERS;
tcMurks as CHARACTER,;
toObject as "someobject" OF "somelongclassname"
VFP cuts the PARAMETERS in inherited methods to something shorter then I think 128 Bytes long.

I have never tested that again so its just for your information.

Agnes
>Because VFP don't support ( at IDE level )
>an help of development of the application
>( where i can add my development description, my classes and methods,
>VFP and my bugs, comment ... )
>
>Then I try to describe the method's parameters within the program.
>
>Example;
>on a class i define a myMethod, like this:
>
>* myMethod
>LPARAMETERS   ;
>   parName1   ; && IN      is the name of the ....
>,  parName2   ; && IN/OUT  is the partial sum, add other values ....
>,  aParName3    && OUT     a array where put ....
>
>... code
>
>
>Now, when i subclassing this class,
>I expected that VFP preserve the parameters layout with comments.
>
>But this does not happen, and VFP cuts the parameters after the first comment.
>
>Reassuming:
>
>
>* This is supported partially
>PARAMETERS   ;
>   parName1   ;
>,  parName2   ;
>,  aParName3    && OUT    a array where put ....
>
>* but it is show with a single line in subclassed method
>
>LPARAMETERS   parName1,parName2,aParName3 && OUT    a array where put ....
>
>* This is not supported
>PARAMETERS   ;
>   parName1   ;
>,  parName2   ; && IN/OUT  is the partial sum, add other values ....
>,  aParName3  ; && OUT    a array where put ....
>
>* and it is cut after the first comment
>
>LPARAMETERS   parName1,parName2 ; && IN/OUT  is the partial sum, add other values ....
>
>
>Sin!
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform