Class method self reference

sanduro

Member
Licensed User
Longtime User
I have a method in custom class. I need to call it in another method in the same class.

Me.<method_name>

neither

this.<method_name>

doesnt work.

How to achieve it ?

Juraj
 

sanduro

Member
Licensed User
Longtime User
error anyway

Sub setContext()

end sub

...another method

setContext()

getting error

Error description: Array expected.
Occurred on line: 58
setContext()
Word: (
 
Upvote 0
Top