Hello again,
When creating a TCF in TeraScribe, it's possible to define multiple
object classes and their methods. Instantiating separate objects in a
TAF from the classes defined in the TCF works just fine.
However, say you have a TCF with Class1 and Class2. Class1 was the first
class defined in the TCF, and Class2 was the second class defined. Each
has a method that just returns some text in returnValue, nothing complex.
Your TAF file instantiates each class (the order they are instantiated
doesn't matter.) Calling a method from Class1 works just fine. Calling a
method from Class2 causes TeraScript to throw a -806 error ("unspecified
method call")
Changing the TAF file to only instantiate Class2 and call its method
yields the exact same results.
Am I just not understanding how classes are supposed to operate, or is
this a bug?
Thanks,
-Ian
----------------------------------------
To unsubscribe from this list, please send an email to [email protected]
with "unsubscribe terascript-talk" in the body.