A. I need to set a loop to compare ascii characters in fields from two different files and create a third file which has a result of the comparison in the same field .
B.how to limit the comparison to certain ASCII characters( say 0-20 and ignore comparison if a certain character say , a "." is encountered .
C. how to a covert a file that has a ascii string(need to include spaces in the beginning) like:
297890012
in to different fields like :
2 9 7 8 9 0 0 1 2
so that they can be read as differnt fields
D. how to extract a field from within a file and rename the file as the field's content ?
for example if the file name is abcdf.stdf and a field within that file reads lot12345.f1x , change the file name to lot12345.f1x
Can anyone respond Please..
B.how to limit the comparison to certain ASCII characters( say 0-20 and ignore comparison if a certain character say , a "." is encountered .
C. how to a covert a file that has a ascii string(need to include spaces in the beginning) like:
297890012
in to different fields like :
2 9 7 8 9 0 0 1 2
so that they can be read as differnt fields
D. how to extract a field from within a file and rename the file as the field's content ?
for example if the file name is abcdf.stdf and a field within that file reads lot12345.f1x , change the file name to lot12345.f1x
Can anyone respond Please..