Ask a Question related to Adobe Acrobat Macintosh, Design and Development.
-
Dana #1
Delete data from mulitple fields in one deletion
I have an Acrobat 7 for Mac form setup with 40ish fields that I use
daily and want to be able to select all the data I put in each of the
fields yesterday, delete it all at once so I can start over again
today. I can't find a way to select multiple fields and delete the data
from them with one delete. Right now I have to select one field, delete
the data in it and then move on to the next field. Am I missing
something?
Dana Guest
-
Data File, turn fields on mulitple lines into records on one li ne.. .
Taylor Lewick wrote: open my $in, '<', 'file1' or die "Cannot open file1: $!"; open my $out, '>', 'file2' or die "Cannot open file2: $!"; while... -
Data File, turn fields on mulitple lines into records on one li ne.. .
Please bottom post... John just provided a good one. Optionally if all you care about is determining whether a line contains a string it might... -
Data File, turn fields on mulitple lines into records on one li ne.. .
Taylor Lewick wrote: Is that what the ACTUAL line looks like? Use perl to do it: open my $in, '<', 'file1' or die "Cannot open file1:... -
Data File, turn fields on mulitple lines into records on one li ne.. .
What is the "real" goal? Aka why are you shelling out to grep in the first place? As a side note you should be using full paths for grep, file1,... -
Data File, turn fields on mulitple lines into records on one li ne.. .
Taylor Lewick wrote: Yes, you have the file name in the wrong place. The syntax is "do something to FILE | pipe data to second process | pipe...



Reply With Quote

