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.
Hi I,Example please? Vlad offers several ways of doing this...
The string is only a byte array... so you can do this
mystring = "Hello"
a = mystring(1)
b = mystring(2)
a will equal 'e' and b will equal 'l'