<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";
        mso-fareast-language:ES-AR;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="ES-AR" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Guys,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">I am trying to work with a UCCX script, but i don´t seem to get the hang of using the escape characters. At least does not seem to behave like a normal programming language.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">This is the scenario:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I am appending some info to a text file, like a common .CSV file.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I would like to achieve this:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Each line is an append from my script (a very simple test script)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:ES-AR">2000;25427462;5;4<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:ES-AR">2000;25427462;5;4<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:ES-AR">2000;25427462;5;4<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:ES-AR">2000;25427462;5;4<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Courier New";mso-fareast-language:ES-AR"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">But instead, I am Getting this:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<pre>2000;25427462;5;42000;25427462;5;42000;25427462;5;42000;25427462;5;4<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<p class="MsoNormal">And when I try to use the escape carácter \n, I get this:<o:p></o:p></p>
<pre><span lang="EN-US"><o:p> </o:p></span></pre>
<pre>2000;25427462;5;4\n2000;25427462;5;4\n2000;25427462;5;4\n2000;25427462;5;4<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<p class="MsoNormal"><span lang="EN-US">The lines I use to concatenate the file is this:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Set dFile = DOC[demo\encuesta.txt] + "\n" + TEXT[sCallingNumber+";"+ sDNI +";"+ sPregunta1 +";" + sPregunta2]<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Set sFilePath = “demo\encuesta.txt”<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Upload Document (dFile to L[], sFilePath)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">So far, I tried using \n without the quotes, but it gives me an error. Also ‘\n’ seems to do the same as the double quotes…<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">How can I make it to insert a newline?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#E41E26;mso-fareast-language:ES-AR">Ariel Roza</span></b><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif";mso-fareast-language:ES-AR"><br>
<b><span style="color:#3F4243">Field Engineer  / Argentina</span></b><span style="color:#3F4243"><br>
<b>Logicalis </b></span></span><span lang="EN-US" style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:ES-AR"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#3F4243;mso-fareast-language:ES-AR">Tel: +54 11 4344 - 0458<br>
</span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";mso-fareast-language:ES-AR"><a href="mailto:ariel.roza@la.logicalis.com"><span style="color:blue">ariel.roza@la.logicalis.com</span></a></span><span style="font-size:12.0pt;font-family:"Times New Roman","serif";color:#262626;mso-fareast-language:ES-AR">
</span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#262626;mso-fareast-language:ES-AR"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#3F4243;mso-fareast-language:ES-AR">Peru 327 – CABA – Argentina –
</span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#404040;mso-fareast-language:ES-AR">C1067AAG</span><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#262626;mso-style-textfill-fill-color:#262626;mso-style-textfill-fill-alpha:100.0%;mso-fareast-language:ES-AR"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:ES-AR"><a href="http://www.la.logicalis.com/"><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:red">www.la.logicalis.com</span></a></span><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#3F4243;mso-fareast-language:ES-AR"><br>
</span><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#E41E26;mso-fareast-language:ES-AR">________________________</span></b><b><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#E41E26;mso-fareast-language:ES-AR">_________________________<br>
</span></b><b><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#3F4243;mso-fareast-language:ES-AR">Business and technology working as one</span></b><b><span lang="EN-GB" style="font-size:10.0pt;color:#3F4243;mso-fareast-language:ES-AR"> </span></b><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#3F4243;mso-fareast-language:ES-AR">
</span><span lang="EN-US" style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:ES-AR"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";mso-fareast-language:ES-AR"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#404040;position:relative;top:-7.0pt;mso-text-raise:7.0pt;mso-fareast-language:ES-AR">Síguenos en:</span></b><span lang="EN-GB" style="mso-fareast-language:ES-AR"> </span><a href="http://twitter.com/LogicalisLatam"><span style="color:blue;mso-fareast-language:ES-AR;text-decoration:none"><img border="0" width="23" height="24" id="Imagen_x0020_1" src="cid:image006.png@01CFA75F.4BD81DA0" alt="Description: Description: Descripción: Descripción: Descripción: Descripción: Descripción: Descripción: tw"></span></a><span lang="EN-GB" style="mso-fareast-language:ES-AR"> </span><a href="http://es-es.facebook.com/pages/Logicalis-Latam/234648439078"><span style="color:blue;mso-fareast-language:ES-AR;text-decoration:none"><img border="0" width="23" height="24" id="Imagen_x0020_2" src="cid:image007.png@01CFA75F.4BD81DA0" alt="Description: Description: Descripción: Descripción: Descripción: Descripción: Descripción: Descripción: fb"></span></a><span lang="EN-GB" style="mso-fareast-language:ES-AR"> </span><a href="http://www.youtube.com/logicalislatam"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:blue;mso-fareast-language:ES-AR;text-decoration:none"><img border="0" width="23" height="24" id="Imagen_x0020_3" src="cid:image008.png@01CFA75F.4BD81DA0" alt="Description: Description: Descripción: Descripción: Descripción: Descripción: Descripción: Descripción: yt"></span></a><span style="mso-fareast-language:ES-AR">
</span><a href="http://www.slideshare.net/logicalis"><span style="color:windowtext;mso-fareast-language:ES-AR;text-decoration:none"><img border="0" width="23" height="24" id="Imagen_x0020_4" src="cid:image009.jpg@01CFA75F.4BD81DA0"></span></a><span style="mso-fareast-language:ES-AR"> </span><a href="http://www.cxounplugged.com/"><span style="color:windowtext;mso-fareast-language:ES-AR;text-decoration:none"><img border="0" width="23" height="23" id="Imagen_x0020_5" src="cid:image010.jpg@01CFA75F.4BD81DA0" alt="Description: Description: Descripción: cid:image005.jpg@01CCDC0C.A5297E60"></span></a><span lang="EN-US" style="font-size:10.0pt;font-family:"Arial","sans-serif";mso-fareast-language:ES-AR"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:ES-AR"><img border="0" width="301" height="74" id="Imagen_x0020_6" src="cid:image011.jpg@01CFA75F.4BD81DA0" alt="Description: Description: Descripción: Descripción: Descripción: http://www.estudioponzo.com.ar/firma.gif"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>