Is calling a user function for a return value broken in Jmol application
14.0.4?
Delay, rotateSelected etc. seem to fail in the function only when called
for the return value

function xyz {
    print now(xxx)
    delay 1
    print now(xxx)
    return true
}
function test {
    xxx=now()
    xyz
    z=xyz
}

test
0        \ ~1 sec = ok
1047  /
1047  \ ~0 sec = not ok
1112  /
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to