Hi frnds

I have the following doubts in VB. I would be glad if
u could clarify them....

1. 
dim b as string
b="fun1"

fun1 is a procedure..... Among many procedures
available, the name of the procedure to be invoked is
stored in a string. How should my call statement be?

2.
dim x as string
dim y as integer
x="y"

I have the name of the variable in a string. How
should i use the string variable to access the value
of the integer variable.

3. 
dim x(1 to 3,1 to 10)

Assuming the arrayname alone is available how do i
find the no of dimensions of the array and the bounds
of the 2nd and 3rd dimensions....

Thanks a lot...

bye
Rohini

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~-> 


'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [EMAIL PROTECTED]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to