Hi,

I want to store an array of CSpString in a CSpHashTable.
something like that:
    CSpHashTable outParams = new CSpHashTable();
    CSpString screens[] = new CSpString[5];
    outParams.put( "screens", screens );

so far it works fine, but when i try to get the element like this:
    CSpString screens[] = (CSpString[]) outParams.get( "screens" );

I get this errormessage:
   Invalid cast from spider.session.CSpValue to spider.session.CSpString[].


Any suggestion how I can store an array of CSpString in a CSpHashTable?


Thanks
Harry Lamer
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to