hallo
a have i little problem to understand MID$
I wrote....
dim myString as String
myString = "help me to understand mid String in gambas"
print mid$(myString, 4)
gambas shows me.
me to understand mid String in gambas
its cutted from left site.
but in the manuel
print mid$("Gambas",4)
says bas
regards
--
scatman