Reply to Phil M <[EMAIL PROTECTED]> 06-08-22 11:14:
> The other option is to not overload the method, and have something
> like this:
>
> Function getInteger(name as String) As Integer
> Function getString(name as String) As String
My solution is
Sub get( name as String, byref value as Integer )
Sub get( name as String, byref value as String )
jem
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>