sub sql1 as string
return 1
end sub
sub sql2 as string
return 2
end sub
sub sql3 as string
return 3
end sub
sub string1 as string
return "string1"
end sub
sub string2 as string
return "string2"
end sub
sub string3 as string
return "string3"
end sub
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.