Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating dynamic Arrays
Message
From
30/01/2003 06:58:32
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
 
 
To
All
General information
Forum:
Visual Basic
Category:
VBScript
Title:
Creating dynamic Arrays
Miscellaneous
Thread ID:
00747063
Message ID:
00747063
Views:
50
Hi,

i would like to create a dinamic Array and i´m trying to use the follow code:

...
instrucaoQuantidadePortas = "SELECT QUANTIDADEPORTAS FROM CLIENTES WHERE CLIENTES.CODCLIENTE = 1"
set rsQuantidadePortas = vgoConn.Execute(instrucaoQuantidadePortas)
Dim arrayPortas(rsQuantidadePortas("quantidadePortas"))

but the compiler shows me the follow error message

int const expected

What is wrong in my code?

thanks

Anderson Girardi
Next
Reply
Map
View

Click here to load this message in the networking platform