Lance/Tom,
Is it possible - or will it be in future releases - to create PBDLL60 functions with optional parameters? In the same way PBDLL60 itself does, for instance:
In this example passing a starting position for the character search throughout mainstring is not required. If you omit it, search will start with the first character.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Is it possible - or will it be in future releases - to create PBDLL60 functions with optional parameters? In the same way PBDLL60 itself does, for instance:
Code:
result& = INSTR([startpos,] mainstring, matchstring)
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment