uncleared code

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 "
 
K

Kevin Spencer

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.
 
M

Michael Nemtsev

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top