Quote from
noyzen on June 7, 2024, 1:41 pm
SetVar [test] "blahblah\main.db"
StrIns "blahblah" "\main.db" 0 [test]
Both commands return:
'blahblahmain.db'
Seems like character "\" is ignored in VisualNeo Web.
I tried:
SetVar [SpecialChar] '\'
and still not working.
to work with paths I need to use this character in my strings and variable, is there any code or way to do that?
SetVar [test] "blahblah\main.db"
StrIns "blahblah" "\main.db" 0 [test]
Both commands return:
'blahblahmain.db'
Seems like character "\" is ignored in VisualNeo Web.
I tried:
SetVar [SpecialChar] '\'
and still not working.
to work with paths I need to use this character in my strings and variable, is there any code or way to do that?