Jump to content

StringFormat problem


Lazycat
 Share

Recommended Posts

I just tried to add slash into control string of StringFormat and encountered next problem:

$str = StringFormat("%s\\%s\\%s", @MDAY, @MON, @YEAR)
MsgBox (0, "title",$str)

Theoretically, output must be 14\01\2005, but actually it 14012005. Why escaping of "\" don't work?

BTW possibly need a bit more documentation for this func, because it lacks info about using escapes like \n, \t etc.

Link to comment
Share on other sites

  • Developers

I just tried to add slash into control string of StringFormat and encountered next problem:

$str = StringFormat("%s\\%s\\%s", @MDAY, @MON, @YEAR)
MsgBox (0, "title",$str)

Theoretically, output must be 14\01\2005, but actually it 14012005. Why escaping of "\" don't work?

BTW possibly need a bit more documentation for this func, because it lacks info about using escapes like \n, \t etc.

<{POST_SNAPBACK}>

This is a Bug in the StringFormat function......

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...