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"
(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"
Comment