DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦5f4c1b276⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Clavier, seg_054762

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Text_Io;
with Utils;
with Byte_Defs;
with Trame_Old;

procedure Clavier is
    Chaine : String (1 .. 255);
    Chaine1 : String (1 .. 255);
    Donnee_Byte : Byte_Defs.Byte_String (1 .. 255);
    Longeur : Natural;
    Compteur : Integer;
begin
    Text_Io.Put ("Entrez votre nom: (puis pressez F8) ");
    Text_Io.New_Line;
    Text_Io.Get_Line (Chaine1, Longeur);
    for Compteur in (Longeur + 1) .. 255 loop
        Chaine1 (Compteur) := Ascii.Nul;
    end loop;
    --Chaine1 (Longeur + 1) := Ascii.Nul;

    Donnee_Byte := Trame_Old.Fait_Trame (Chaine1, Chaine1, 1, 2, "donnees");
    Chaine := Utils.Byte_String_To_String (Donnee_Byte);

    Text_Io.Put ("Bonjour  ");

    Compteur := 1;
    loop
        if Chaine (Compteur) = Ascii.Nul then
            exit;
        end if;
        Text_Io.Put (Chaine (Compteur));
        Compteur := Compteur + 1;
    end loop;

    Text_Io.New_Line;
    Text_Io.Put ("Nombre: ");
    Text_Io.Put (Integer'Image (Longeur));
end Clavier;


E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=26 rec1=00 rec2=01 rec3=014
        [0x01] rec0=03 rec1=00 rec2=02 rec3=000
    tail 0x2175d8af687b88568c6b9 0x42a00088462060003