[AWS] AWS.Parameters.Get

Pascal Obry pascal at obry.net
Mon May 17 14:03:28 CEST 2010


Hi Adrian,

> I am wondering if this is my overlook or it has been hidden. Where can I
> find AWS.Parameters.Get as in:
>       Search_String  : constant String := AWS.Parameters.Get
>                                              ( Table => Form_Data,
>                                                Name  => "searchstr" ) ;

In AWS.Containers.Tables:

   function Get
     (Table : Table_Type;
      Name  : String;
      N     : Positive := 1) return String;
   --  Returns the Nth value associated with Key into Table. Returns
   --  the emptry string if key does not exist.

Which is inherited in AWS.Parameters by:

    type List is new AWS.Containers.Tables.Table_Type with private;

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595


More information about the AWS mailing list