I would like put to output some “text in quotation marks”. Obviously,
put ““text in quotation marks””; doesn’t work. What does?
Joanna
–
To view this discussion on the web visit https://groups.google.com/d/msg/gamsworld/-/NgQOb3q5tNoJ.
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Joanna,
display ‘“xxx”’;
display “‘yyy’”;
file check /‘test.txt’/;
put check “one two” /;
put “one ‘two’” /;
putclose ‘“one” two’;
HTH
–Paul
On Tue, Sep 4, 2012 at 11:01 AM, joanna wrote:
I would like put to output some “text in quotation marks”. Obviously,
put ““text in quotation marks””; doesn’t work. What does?
Joanna
Paul van der Eijk
GAMS Development Corporation
Tel : (202) 342-0180 Fax : (202) 342-0181
Email: pvandereijk@gams.com
Web : http://www.gams.com
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.