VBScript - "\n" in file path -
i want show "c:\project\ndev"
message box result print "\n"
new line, hence actual result "c:\project" + new line + "dev"
know how treat case? i've spent time still have no solution.
i have tried 2 variations on calling msgbox function on windows 8 box.
option 1 - using sub procedure
x=msgbox("c:\project\ndev",0,"your drive letter information")
result
option 2 - use plain msgbox call.
msgbox("c:\project\ndev")
result:
Comments
Post a Comment