uncleared code

  • Thread starter Thread starter vijaiyanb
  • Start date Start date
V

vijaiyanb

please explain the following code

Dim rt As String =
"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0
Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "
 
It creates a string variable named rt, with the value specified (between the
coulbe-quotes).

--
HTH,

Kevin Spencer
Microsoft MVP
Computer Control Freak
http://unclechutney.blogspot.com

A man, a plan, a canal, a palindrome that has.. oh, never mind.
 
Hello vij,

It's seems to be an RTF document file structure

v> please explain the following code
v>
v> Dim rt As String =
v> "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fchars
v> et0 Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 "
v>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top