Fwd: Simple open command test fails syntax but works in another processing table
scooter6 at gmail.com
scooter6 at gmail.com
Tue Jan 5 16:06:12 PST 2016
Well after rechecking the syntax, guess it's supposed to be:
gm(60,*)=open(gl,"r")
VERY strange that it works with no syntax error in my other
processing....without the quotes around the 'r'
Head scratcher....
---------- Forwarded message ----------
From: scooter6 at gmail.com <scooter6 at gmail.com>
Date: Tue, Jan 5, 2016 at 7:02 PM
Subject: Simple open command test fails syntax but works in another
processing table
To: "filepro-list at lists.celestial.com" <filepro-list at lists.celestial.com>
Along the lines of what I'm working on in previous posts in parsing credit
card result
In my main processing table I have it working great!
Now I'm using the same processing to schedule payments to run at 7am each
morning
Simple and same command as in my 'on the fly' processing I already wrote
but I'm getting a syntax error
gk(30,*) sets file name
system "run/my/cc/script" <1 <2 <3 etc
gl(60,*)="/path/to/my/results/file"{filename
gm(60,*)=open(gl,r) <--- doesn't pass syntax but works in my other
processing table?
A filePro Error Has Occurred
Line Number: 8
gm(60,*)=open(gl,r)
^
Process contains a syntax error at position indicated
Why would this be?
Scott
PDM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20160105/2f0b42d8/attachment.html>
More information about the Filepro-list
mailing list