Type: Keyword The data type of the (Web hosting comparison) argument.

Type: Keyword The data type of the argument. defaultvalue Use: Optional Type: String literal For optional arguments, you must specify a default value. type Use: Optional Type: Keyword The return data type of the function. statements Use: Optional Program code to be executed within the function. expression Use: Optional The value to return from the function to the calling procedure. Description Defines a function procedure Rules at a Glance Functions cannot be nested, that is, you cannot define one function inside another function. (This applies to all procedures.) If you do not include one of the access keywords, a function will be Public by default. Any number of ExitFunction statements can be placed within the function. Execution will continue with the line of code immediately following the call to the function. If a value has not been assigned to the function when the ExitFunction statement executes, the function will return the default initialization value of the data type specified for the return value of the function. If the data type of the function was an object reference, the exited function will return Nothing. The return value of a function is passed back to the calling procedure by assigning a value to the function name. This may be done more than once within the function. To return arrays of any type from a procedure, you must use parentheses after the data type in the return value of the function declaration, as in: Public Function Test() As Integer( )
Note: If you are looking for inexpensive but high quality provider to host and run your jsp application check Astra jsp hosting services

Comments are closed.