Hi Karen,
If you are simply trying to print the " and ^ characters, you can
simply do:
' in VB
Const quot = """"
Const po = "^"
Now, when you print the above constant values to a file (or Text box, etc.),
you would actually get " and ^ . Does this answer your question, or did I
misunderstand it?
Thank you,
Shaquille Asghari
Senior Support Engineer
Rational Customer Service - Committed to Service Excellence
SCP Certified:- http://www.rational.com/support/scp.jsp
Rational
the software development company
==========Original Messege==========
-----Original Message-----
From: Karen NG [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 1:34 AM
To: [EMAIL PROTECTED]
Subject: (ROSE) Typing special symbol.
hi.
I'm using VB to write a script file in UML to generate a text file.
A string in VB is usually inserted within these symbols " ". How do i
print the symbol itself " and also the special symbol ^ in the string?
Please help.
Karen
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
* http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
* To: [EMAIL PROTECTED]
* Subject: <BLANK>
* Body: unsubscribe rose_forum
*************************************************************************
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
* http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
* To: [EMAIL PROTECTED]
* Subject: <BLANK>
* Body: unsubscribe rose_forum
*************************************************************************