I've used pgcedit quite a bit but, despite having seen it several times, I've never really dealt with this question / issue. As I prefer to be neat, I thought it was about time to ask.
Re-authoring a backed up copy of one of my films, I see the following (the same thing on three separate lines):
hxxp://img.photobucket.com/albums/v732/enigmachine/lines1.jpg
7 Set gprm(5) += (add) 2
8 Set gprm(5) += (add) 2
9 Set gprm(5) += (add) 2
Can those lines be tidied up?
If so, how? I imagine one of three things could happen:
- leave them as is (I'd prefer not to)
- delete 8 and 9, because they make no difference (hypothetically, as I don't know if they do or not)
- change the "2" in line 7 to a "6" and then delete lines 7 and 8.
I'm sure it's not a complicated issue, but it will be nice to have it dealt with.
Thanks.
Re-authoring a backed up copy of one of my films, I see the following (the same thing on three separate lines):
hxxp://img.photobucket.com/albums/v732/enigmachine/lines1.jpg
7 Set gprm(5) += (add) 2
8 Set gprm(5) += (add) 2
9 Set gprm(5) += (add) 2
Can those lines be tidied up?
If so, how? I imagine one of three things could happen:
- leave them as is (I'd prefer not to)
- delete 8 and 9, because they make no difference (hypothetically, as I don't know if they do or not)
- change the "2" in line 7 to a "6" and then delete lines 7 and 8.
I'm sure it's not a complicated issue, but it will be nice to have it dealt with.
Thanks.
Comment