Hello, Timo.
You are looking at the result of "line 554 print("");".
Please watch "realsoft\logs\Realsoft 3D.log".
Best regards,
K-UDA
----- Original Message -----
From: "Timo Mikkolainen" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, February 12, 2007 9:42 AM
Subject: Re: Array handling in JS
http://koti.welho.com/tmikkola/scripts/testMat.js
See printObjectProperties(vslObject)
On 11/02/07, Matthias Kappenberg <[EMAIL PROTECTED]> wrote:
Hi Timo,
is it possible to post a snippet?
Matthias
----- Original Message -----
From: "Timo Mikkolainen" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, February 10, 2007 12:47 PM
Subject: Array handling in JS
> I'm trying to read the input channels of a vsl object in JS, but I
> don't know how to read the 'arrays' the JS functions return. I've
> tried foo[0], foo.length, foo.head and whatnot; nothing works. The
> arrays are returned by GetInputTypes(), GetInputChannels(), etc in
> r3matprp.js.
>