obtain value from functio + array

  • Thread starter Don Quijote de Nicaragua
  • Start date
D

Don Quijote de Nicaragua

Hi everyone, How I get values resulting from this function:

Private Function MyArrayF_ReturnValue() As String()
Dim astrTemp() As String
' >> Inicializar y llenar valores
ReDim astrTemp(2)
astrTemp(0) = "Valor 1"
astrTemp(1) = "Valor 2"
astrTemp(2) = "Valor 3"
' >> retornar valores
MyArrayF_ReturnValue = astrTemp
End Function
////////////////////////
Spanish:
Hola a todos como puedo obtener los valores resultantes de esta
funcion que retorna un array.
Saludos.
Don Quijote de Nicaragua.
Elder Soto.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top