2
Reply

What is val function

Aug 21, 2006
5.9k
0

    Function ()....

    Function is a logical unit of program function can take a parameter by Val, and by ref and also return value

    It can be called in same application and also by the other application

    Provide reusability of the code

    And also have a scoop

    1) Public

    2) Private

    3) Static/Shared

    4) Protected

    Ajay Sahu
    August 22, 2006
    0

    returns integer value of string by neglecting spaces,underscore and strings

    August 21, 2006
    0