JOÃO LUIZ RIBEIRO BICHARA 0 Posted May 16, 2019 Report Share Posted May 16, 2019 Olá, estou tentando atribuir conteúdos do BD para o vetor, mas só retorna (false ou true), tem alguma forma que retorne o conteúdo? segue um exemplo: Dim i As Integer Dim j As Integer Dim teste(5) As Variant For i = 1 To 5 For j = 1 To 5 Debug.Print teste(i) = j Next j Next i Quote Link to post Share on other sites
Question
JOÃO LUIZ RIBEIRO BICHARA 0
Olá, estou tentando atribuir conteúdos do BD para o vetor, mas só retorna (false ou true), tem alguma forma que retorne o conteúdo?
segue um exemplo:
Dim i As Integer
Dim j As Integer
Dim teste(5) As Variant
For i = 1 To 5
For j = 1 To 5
Debug.Print teste(i) = j
Next j
Next i
Link to post
Share on other sites
0 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.