<div dir="ltr"><div>Well the initial processing has no variable called 'r' and it was just made within last 2 weeks...so I don't know the 'real answer' to this but it works in both processing tables now</div><div>thanks all</div><div>Scott</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 5, 2016 at 8:17 PM, Fairlight via Filepro-list <span dir="ltr"><<a href="mailto:filepro-list@lists.celestial.com" target="_blank">filepro-list@lists.celestial.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Because it needs the 'r' to be surrounded by double-quotes:<br>
<br>
gm(60,*)=open(gl,"r")<br>
<br>
mark-><br>
<br>
On Tue, Jan 05, 2016 at 07:02:36PM -0500, scooter6--- via Filepro-list thus spoke:<br>
<div class="HOEnZb"><div class="h5">> Along the lines of what I'm working on in previous posts in parsing credit<br>
> card result<br>
> In my main processing table I have it working great!<br>
><br>
> Now I'm using the same processing to schedule payments to run at 7am each<br>
> morning<br>
><br>
> Simple and same command as in my 'on the fly' processing I already wrote<br>
> but I'm getting a syntax error<br>
><br>
> gk(30,*) sets file name<br>
><br>
> system "run/my/cc/script" <1 <2 <3 etc<br>
><br>
> gl(60,*)="/path/to/my/results/file"{filename<br>
><br>
> gm(60,*)=open(gl,r)   <--- doesn't pass syntax but works in my other<br>
> processing table?<br>
><br>
> A filePro Error Has Occurred<br>
><br>
> Line Number:  8<br>
><br>
> gm(60,*)=open(gl,r)<br>
>                 ^<br>
><br>
> Process contains a syntax error at position indicated<br>
><br>
> Why would this be?<br>
><br>
> Scott<br>
> PDM<br>
</div></div><span class="im HOEnZb">> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20160105/2229a533/attachment.html" target="_blank" rel="noreferrer">http://mailman.celestial.com/pipermail/filepro-list/attachments/20160105/2229a533/attachment.html</a>><br>
</span><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Filepro-list mailing list<br>
> <a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
> Subscribe/Unsubscribe/Subscription Changes<br>
> <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank" rel="noreferrer">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
><br>
<br>
--<br>
Audio panton, cogito singularis.<br>
_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank" rel="noreferrer">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
</div></div></blockquote></div><br></div>