question about This

alain content acontent at mac.com
Sun May 19 01:07:35 PDT 2002


It seems that "this" is not assigned when a script is volatile, giving
exactly the error that Matt and Sam reported -

Maybe this is related to that  ?

on getThis () {
    local (tools, volatileTable);
    tools = @volatileTable;
    «tools = @temp.aTable
    new (tableType, tools);
    script.newscriptobject("local (val);\rval = this;\rreturn val",
@tools^.myWeirdScript);
    returnVal = tools^.myWeirdScript ();
    return returnVal};
s = getThis ()




More information about the Frontier-Users mailing list