I need to convert a string to a byte array.for example ,if var
str="string I need to convert";var bytArray= new
ByteArray(str.length);The above code , doesn't work . Please note , that
it doesn't throw any scripting errors but still doesn't work.Please help
me how do I proceed..........