1CGI.httpFloat(3kaya) Kaya module reference CGI.httpFloat(3kaya)
2
3
4
6 CGI::httpFloat - Return the floating-point number in a GET/POST vari‐
7 able.
8
10 Float httpFloat( String v )
11
13 v The variable name
14
16 Return the floating-point value of a GET or POST variable. An exception
17 is thrown if the variable is not a valid Float.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 CGI.httpInt (3kaya)
31
32
33
34Kaya December 2010 CGI.httpFloat(3kaya)