problem declaring array

d2005

Active member
Joined
Aug 31, 2005
Messages
37
Location
ireland
Programming Experience
Beginner
VB.NET:
 Dim arrOptFields, i, strError 
 
arrOptFields = [color=blue]Array[/color]("PWD", "MSISDN", "TXT", "UD", "UDH", "OADC", "REF", "TCL", "VAL", "IPCLIENT", "CAT", "SSID", "SC", "FLAGS")
array is a type and cannot be used as an expression

wots the story here
 
Back
Top