ramon Posted April 16, 2005 Report Share Posted April 16, 2005 exite algum comando de tabela de constantes em VB como em C ex ( int const []={1,2,3,4}) Quote Link to comment Share on other sites More sharing options...
0 Graymalkin Posted April 16, 2005 Report Share Posted April 16, 2005 exite algum comando de tabela de constantes em VB como em C ex ( int const []={1,2,3,4}) Não sei se é exatamente o que você quer, mas você pode fazer:constantes = array(1, 2, 3, 4)Abraços,Graymalkin Quote Link to comment Share on other sites More sharing options...
0 ramon Posted April 16, 2005 Author Report Share Posted April 16, 2005 Sim é isso Valeu! Quote Link to comment Share on other sites More sharing options...
Question
ramon
exite algum comando de tabela de constantes em VB como em C ex ( int const []={1,2,3,4})
Link to comment
Share on other sites
2 answers 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.