Announcement

Collapse
No announcement yet.

Write file out question about quotes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Write file out question about quotes

    Write file out question about quotes.
    (1) When you write to file a commet you place quotes around it
    example "comments"
    (2) I am writing out and need to get quotes around
    getSymbol()
    (3) " " "+getSymbol()+" " " does not work
    (4) symbol comes out SMH
    need "SMH"
    Larry Dudash
    HAL at
    http://share.esignal.com/groupconten...r=&groupid=549

  • #2
    Hi Larry,

    This is what you want to do - "\"SMH\""

    ...the backslash is an 'escape' character.

    Comment

    Working...
    X