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 I can't seem to figure it out.
Output file displays as ->
Old Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y New Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y
I need
Old Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y
New Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y
Any help would be beyond appreciated.
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 I can't seem to figure it out.
Output file displays as ->
Old Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y New Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y
I need
Old Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y
New Flags: Download Flags: LOB: Auto: A Prop: P Comm: Trans: NB: Y Ren: Y End: Y Down Y
Any help would be beyond appreciated.