|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Lower_Case, seg_00d257, separate Application
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦cfc2e13cd⟧ »Space Info Vol 2«
└─⟦this⟧
separate (Application)
procedure Lower_Case is
begin
Value := Gui_Interface.Get_Cnt_Pb_Lower_Case_Activate;
if Value /= Cnt_Pb_Lower then
declare
D : constant String := Gui_Interface.Get_Dialog;
L : String (D'Range);
begin
for I in D'Range loop
if D (I) in Upper then
L (I) := Character'Val
(Character'Pos (D (I)) + Upper_To_Lower);
else
L (I) := D (I);
end if;
end loop;
Gui_Interface.Set_Dialog (Dialog => L);
end;
Cnt_Pb_Lower := Value;
end if;
end Lower_Case;
nblk1=2
nid=2
hdr6=2
[0x00] rec0=1a rec1=00 rec2=01 rec3=000
[0x01] rec0=03 rec1=00 rec2=02 rec3=000
tail 0x2170a0dfc82147cb3134a 0x42a00088462060003
Free Block Chain:
0x2: 0000 00 00 00 18 00 0f 65 6e 64 20 4c 6f 77 65 72 5f ┆ end Lower_┆