473,394 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

obtain value from functio + array

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.
Jul 27 '08 #1
2 979
"Don Quijote de Nicaragua" <el*******@gmail.comwrote in message
news:97**********************************@r66g2000 hsg.googlegroups.com...
Hi everyone, How I get values resulting from this function:
Dim strReturn() As String = MyArrayF_ReturnValue()
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 27 '08 #2
Thanks You.
Gracias.
Don Quijote de Nicaragua.

On 27 jul, 04:36, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"Don Quijote de Nicaragua" <elders...@gmail.comwrote in messagenews:97**********************************@r 66g2000hsg.googlegroups.com...
Hi everyone, How I get values resulting from this function:

Dim strReturn() As String = MyArrayF_ReturnValue()

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net

Jul 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: comp.lang.php | last post by:
/** * Filter results according to given instruction * * @access private * @param object $result (reference) * @return object $filteredResult */ function &filterResults(&$result) { //...
13
by: Andy | last post by:
Hi, Sorry for the naive question. What I did here is to check the value of pointers to member functions, and try to call these member function via member functio pointers. But the program...
3
by: Eliu Montoya | last post by:
Hello everybody, Does anyone know an easy way to insert a record (without a value for the primary key because it is a sequence) and at the same time obtain the value of primary key that was...
15
by: Craig Wagner | last post by:
I have a situation where I have a series of character codes stored in the database. In some cases they are the ASCII value of the character, in other cases they are the > 127 character code value...
2
by: Sean | last post by:
Hello, I have a function in C# that accepts a stored proc name and an array of parameters, and then returns a dataset, which works just fine. I have converted the function to VB: Public Shared...
0
by: NET Developer | last post by:
I have dropdownList boxes that are bound to a function that populates them with different values for the text and value properties. But when an item is selected from the list, both the text and value...
6
by: Charles Law | last post by:
I want to do something like this: obj = CType(value, Value.Type) Well, not exactly, but I think that captures the essence. I realise it won't work as I have written it, and it looks a bit like...
1
by: Rick B | last post by:
I am attempting to get the row number of a record after doing a "array = ds.tbl_name.select("Row = 'lookingfor'")" below is a screen shot of the array contents. What is needed to obtain the row...
2
by: ME | last post by:
How would one obtain the parameter VALUES of a method that has already run? I can find the method using the StackTrace and StackFrame classes but once I find the method I would like to obtain the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.