I am in the process of writing some drop in dba's for pro that will mimic some of the more useful functions from vb/dbp_netlib but they are written entirely in dbp code (the winch will love me now
)
email me if you want a beta version, so far it contains:
cr_mid(str,start,length) - returns a substring
cr_instr(searchin,searchfor) - returns int of char pos
cr_split(str,delimiter*) - populates string array
these functions exactly mimic vb6/net functions of the same name but are pure dbp code.
*currently delimiter is limited to a single character.