Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Public function test1(byval var1, byval var2) as string
return str
end function
Public function test2(byval var1, byval var2, byval var3) as string
return str
end function