-
Declaration of a constant variables....
[Originally posted by Cristiano Di Giovanni]
I want to make this 2 characters: " (chr(34)) and ' (chr(39)) two const variable. If I use the declaration Public Const Apice = "'" it works but, the declarations Public Const Quote = """ or Public Const Quote = Chr(34) are impossible to do...is there anyone who can help me???
Thanks a lot...
-
Re:Declaration of a constant variables....
[Originally posted by gonzalo]
you need two quotes to declare one
use
const Quote=""""
the first and the last quotes will be ignored
hope this help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|