Array problem
(Monday, December 13, 2004)
Found the following interesting discussion in the Newsgroups:
Array problem by:Agnes
| I declare a object named objCompany, and create an array property. I am fail to put the value into that array
statment 1 Fail : objCompany.address_array = {"room","building","city","country"}
However, If i declare another array before, I am succesfuly E.g Dim arData() As String = {"room","building","city","country"} objCompany.address_arra = arData Why my statement 1 is fail ??
| | | Reply: by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])
| | | \\objCompany.address_array = _ New String() {"room", "building", "city", "country"} ///
-- Herfried K. Wagner [MVP]
|
|
0 Comments:
Post a Comment