embedded speech marks in strings

new topic     » topic index » view thread      » older message » newer message

Release :

Euphoria Interpreter v4.0.0
Linux, Using System Memory
Revision Date: 2010-12-22, Id: 115714454200

the following code

sequence DATA3 = """1,2,3,4,"five",6,7,"eight",9,"10""""

fails with the following error

<0067>:: end of line reached with no closing "

the following all work ok

--// ok 
sequence DATA1 = """1,2,3,4,"five",6,7,"eight",9,"10" """ 
 
--// ok 
sequence DATA2 = """1,2,3,4,"five",6,7,"eight",9,"10" 

""" 

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu