View Single Post
Team Leader
29Jul2006,18:14  
coderzone's Avatar
As a sample to the function in module
Code: VB
Public Function MyFuncName() As String
    'You can write any general utility here
    MyFuncName = "CoderZone"
End Function