hi…
i use javascript in my project, but i also use a xml-writer-script, which is in cs!
i already moved my scripts because of the compiling order.
now the cs-xml-writer is able to read an array from the javascript.
fine…
but i also want to call the xml-writer-function from a gui-button in a javascript.
that would mean, i have to change the compiling order again, and the first (array-)stuff wouldnt work.
i have no idea for this…
how would you do this?
thanx