Mike Buess
USA
3037 Posts |
Posted - 02/18/2003 : 12:49:16 PM
|
Question 1: If your file names are always DOS 8.3 then this will work...
%A=SJ710415.ttt; // start with your filename year=%[%A,3:4]; // find the last two digits of year year+=1900; if(year<1950) year+=100; // 1950 is not the conventional cutoff, but it should work %S="%[%A,7:8] %[%A,5:6] $(year)"; label -s -n dateLabel %S; // create label dateLabel.x=xPosition; // set x coordinate at center of label dateLabel.y=yPosition; // set y coordinate at center of label
Question 2: 1. Double-click on the layer icon and select Layer Properties. 2. Select the Display tab. 3. Check the "Clip Data to Frame" option.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 02/18/2003 12:59:56 PM
Edited by - Mike Buess on 02/18/2003 1:05:12 PM |
 |
|