bernardmanning
Programmer
Hi
Can somebody tell me if it's possible to declare a strongly typed return value for a class method using the foxpro IDE?
Eg
In code you can do this kind of thing ;
However I cannot find a way of telling foxpro via the IDE what the type of the return value for my class method is.
I'm having to do this as I'm building a COM component for use with .NET.
Any info would be greatly appreciated....
Bernard
Can somebody tell me if it's possible to declare a strongly typed return value for a class method using the foxpro IDE?
Eg
In code you can do this kind of thing ;
Code:
PROCEDURE SomeMethod as String
RETURN "SomeString"
ENDPROC
However I cannot find a way of telling foxpro via the IDE what the type of the return value for my class method is.
I'm having to do this as I'm building a COM component for use with .NET.
Any info would be greatly appreciated....
Bernard