in reply to adding carriage return to gmail script
You are putting a "\n" after the array, so the script is doing what you asked. Perhaps instead you want to do something like join("\n",@push_list) . "\n total files .." instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: adding carriage return to gmail script
by BillKSmith (Monsignor) on Jun 14, 2016 at 03:20 UTC | |
by talexb (Chancellor) on Jun 14, 2016 at 18:19 UTC | |
by BillKSmith (Monsignor) on Jun 14, 2016 at 19:10 UTC |