
Loading ...
Strings in VBScript are represented by enclosing the string inside starting and ending double quotes as shown below
strText = “Tarun Lalwani”
But to represent “Tarun Lalwani” (including the quotes) below code won’t work because of the syntax error
strText = “”Tarun Lalwani””
The issue with above code is that first pair of “” marks the end of the [...]
Register or Login to read the full article...
Tags used -
ASCII, character, Chr, double quotes, escape, quote, quotes, single quotes, String, syntax error

Loading ...
Yesterday (24th June 2008), one of SQAForums member had an query for changing the file format of any file from ANSI to UTF-8. Below is the link to the same query
http://www.sqaforums.com/showflat.php?Number=493915
Though i replied to the poster to do it using DotNetFactory but there was something that was still making me feel uneasy. With in few [...]
Register or Login to read the full article...
Tags used -
ASCII, Encoding, file, Fileencoding, format, UNICODE, UTF, UTF-32, UTF-7, UTF-8, UTF32, UTF7, UTF8