H
hharry
Hello All,
Is it possible to force a function argument to fall with a range of
values ?
For example:
I have a function which searches a database table and accepts a query
type argument which I would like to be either 1 or 0.
Public Function IsFound(iQueryType As Integer, sName As String)
Can I do this and if so what would be the syntax..
Thanks In Advance
Is it possible to force a function argument to fall with a range of
values ?
For example:
I have a function which searches a database table and accepts a query
type argument which I would like to be either 1 or 0.
Public Function IsFound(iQueryType As Integer, sName As String)
Can I do this and if so what would be the syntax..
Thanks In Advance
.