Forum Discussion

ChristopherWels's avatar
ChristopherWels
Occasional Contributor
14 years ago

VB script : Function with return value and argument

Hi all, The function i wrote looks like this Function example1(ByVal id As Integer) As Boolean if( id = 1234) Then            return false End if  if( id = 4321) Then         ...