function sub describe

  1. T

    Describing a User-Made Function/sub

    Hi I want to Describe my functions/subs that i create and also the Arguments(byval/byref) for example system.math.round says in the tooltip "rounds a double-precision value to the nearest integral value" I want to Know how to do that and how to describe the args eg. system.math.round(50.5 gives...
Back
Top