Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass parms to custoom classes?
Message
From
07/12/2001 13:53:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00591313
Message ID:
00591338
Views:
20
Real quick, Here is an example that works (put it all in one .prg):

oTest = createobject("test")
lovalue=otest.mymethod(1,'testvalue')
? lovalue


DEFINE CLASS test AS custom OLEPUBLIC
PROTECTED myprop
FUNCTION mymethod (parm1 AS integer @, parm2 AS string) ;
AS integer
parm1=parm1+parm1
RETURN parm1
ENDFUNC
ENDDEFINE


HOpe it helps,
Tracy
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform