
May 3rd, 2000, 04:40 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Pb with Array
<i><b>Originally posted by : Chipster (pierre.loustau@freesbee.fr)</b></i><br />I've got the following pb :<br />When i ask if a variable cu.utils is an array; it tells me true :<br /><% response.write isArray(cu.Utils) %> give me "true".<br />When i ask for the number of thing there's in my array, it tells me 2 (which is what i expected) :<br /><% Response.Write UBound(cu.Utils) %> give me" 2"<br />But when i want to read element in this array; ASP give me the following error...<br /><br /><br />Erreur d'exécution Microsoft VBScript erreur '800a01c3' <br /><br />Cet objet n'est pas une collection.: 'cu.Utils' <br /><br />/activeXserver/cherche.asp, ligne 28 <br /><br /><br /><br />in english : This object is not a collection : cu.Utils<br /><br /><br />Please Help !<br />
|