Are there limitations on the data types a JScript shared object can return to a client script? I assume that strings and numbers may be returned, but how about arrays and dates?
A related question is what features does a language need to create a shared object? For example, if I create a function in a Python program, can I register it as a shared object? Jamal
