06-03-2023, 07:40 PM
This is something I want in BAM. If QB64pe already has a similar function with a different name, I'd set up BAM's IFF function with the same name.
Code: (Select All)
_GetUrlKey$ = IFF( step2%, LEFT$(step1$, step2% - 1 ), step1$)