alexmarcelo Posted May 15, 2005 Report Share Posted May 15, 2005 Como faço para criar uma variável tipo vetor em ASP? Exemplo: A[0] = 70 A[1] = 32 A[2] = 50 A[3] = 12...depois vou precisar fazer um loopfor i = 0 to 15 response.write anextValeu galera... Quote Link to comment Share on other sites More sharing options...
0 fercosmig Posted May 16, 2005 Report Share Posted May 16, 2005 Quote Link to comment Share on other sites More sharing options...
Question
alexmarcelo
Como faço para criar uma variável tipo vetor em ASP?
Exemplo:
A[0] = 70
A[1] = 32
A[2] = 50
A[3] = 12...
depois vou precisar fazer um loop
for i = 0 to 15
response.write a
next
Valeu galera...
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.