sub sql1 as stringreturn1endsub
sub sql2 as stringreturn2endsub
sub sql3 as stringreturn3endsub
sub string1 as stringreturn"string1"endsub
sub string2 as stringreturn"string2"endsub
sub string3 as stringreturn"string3"endsub
i want to seperate this like when i type sql. only sql function will appear and str. on string function will appear. How to do that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.