Subj : FPC Oneliners.
To : mark lewis
From : Joseph Larsen
Date : Sun Jun 12 2016 07:42 am
ml> i've gone back to your original post where i asked you if you were stil
ml>
Ok. I figured it out. You were right in creating that custom printf function.
The problem was with the Impulse version of the printf function. I replaced
all instances of printf('filename'); to shell('/usr/bin/cat filename');
And it appears to be working. I can't believe I didn't think of this sooner.
So, thanks, man, with your help. It's grately appreciated.