Author Topic: Is \" now supported as literally " in VT function parameters?  (Read 203 times)

boroda

  • Hero Member
  • *****
  • Posts: 5292
subj.

Steven, the question arose because i can't pass \ surrounded by quotes as parameter, e.g. something like $func("\") is incorrect.

Pickles7853

  • Full Member
  • ***
  • Posts: 164
Hey boroda...
I have not tested this, but I know in many string functions (think Regular Expressions etc) the backslash is considered an escape character.
If "\" is incorrect perhaps it might be "\\"?

Edit:
Puuh... after re-reading your question I think you already know this... it's 2am over here =) ignore me plz.