Dim Days(7) as String, what part of the array does the number 7 refer to?
Posted: Mar 08, 2013
View Details
What is the value of the index for the first element in a VB.NET array?
Posted: Mar 08, 2013
View Details
Which method will return the number of elements in an array?
Posted: Mar 08, 2013
View Details
The scope of a variable refers to:
Posted: Mar 08, 2013
View Details
hich variable name uses a standard naming convention for module variables?
Posted: Mar 08, 2013
View Details
Why should a variable not be declared as a module variable?
Posted: Mar 08, 2013
View Details
How many return statements are allowed in a Function Procedure?
Posted: Mar 08, 2013
View Details
Which part of a function procedure declaration statement is optional?
Posted: Mar 08, 2013
View Details
Which is not an optional element of a sub procedure declaration?
Posted: Mar 08, 2013
View Details
A sub procedure is valuable because it:
Posted: Mar 08, 2013
View Details
What happens when a parameter in a procedure is declared ByVal?
Posted: Mar 08, 2013
View Details
Which is an optional element of an event procedure?
Posted: Mar 08, 2013
View Details
Which parameter is exist in an event procedure?
Posted: Mar 08, 2013
View Details
Showing 181 to 195 of 221 results