May 5, 201510 yr I have this script For some reason, it refuses to go to the next portal row and just copies the first portal row up to the count number of times. I would like for it to use commas after each crew info, instead of an enter, but when i tried various options, it keeps giving me error 101. Description field on the table is on there twice, just to avoid layout object issues, once on the on screen menu under another tab, and once again off the main displayable screen.
May 5, 201510 yr To get a comma-separated list, you could simply use Substitute ( List ( CrewXStaff::CrewInfo ) ; ¶ ; ", " ) As to your script: when you paste, you lose your position in the portal; so Go to Portal Row [ next ] effectively becomes Go to Portal Row [ first ]. But why use Copy & Paste at all, instead of Set Field[]? Also, why use a global $$variable as count, and a global field as counter – instead of two local $vars?
May 5, 201510 yr Author Thank you for giving me the simplified option, I was trying to use list, but it kept adding more and more entries instead of just refreshing only once, it was giving me an endless list of the same people.
Create an account or sign in to comment