J
Jeff Jarrell
for some reason I can get a string.index of to recognize a substring like
"%s".
dim s as string
dim i as integer
s = "hello %s"
i = s.indexof(s)
'--- i is zero
what gives?
"%s".
dim s as string
dim i as integer
s = "hello %s"
i = s.indexof(s)
'--- i is zero
what gives?
