I'm sure this is a newbie error but searching the forums hasn't helped me.
The following code generates this error
Compile Error: Identifier 'TestMethod' not found
Type TestType
Field aTestField
Method TestMethod()
aTestField = 1
EndMethod
EndType
Local testing = New TestType
testing.TestMethod()
The following code generates this error
Compile Error: Identifier 'TestMethod' not found
Type TestType
Field aTestField
Method TestMethod()
aTestField = 1
EndMethod
EndType
Local testing = New TestType
testing.TestMethod()