Archives
When doing the VBScript programming, it often need to have a VBScript constant containing a line-break character. Of course this is right out: CONST blah = "hello there" …It’s just bad syntax. The closing string quote has to be on the same line as the opening one. The normally you would try this: CONST blah […]
Nov 16th, 2009 | Filed under Development, VB .Net
Tags: VBScript