views:

12

answers:

0

Hi,

I have this piece of code:

var arrayParamaters = sParameters["split"]("|");    

I want to find a documentation that map the functions/variables of a cs script var. as in the example I treat the sParameters as an array, and I would like to know the functions I can use with it...

Adam.