Hi all,
I am having issues properly identifying the end of a string I am parsing into an array because of multiple new line strokes. I am properly identifying it ending on a "space" and not mid word, but because of the Chr$(10) check I have when it hits a double enter it assumes the note has...
I got it figured out, must not have had enough coffee yesterday.
This is what happens when the web dev guy helps out the reporting people.
For anyone curious you just do ->
print #2, "Old Flags:"
print #2, Orig_Flag
print #2, "New Flags:",New_Flags
And it all spits on it's own line.
Cheers!
Hi all,
I've been scratching my head over this for a while. I have a simple output file ->
print #2, "Old Flags:",Orig_Flag,"New Flags:",New_Flags
Where it's grabbing obviously stored variables (this works fine) and adds the flavour text in "" marks, but I need to add a linebreak in there and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.