suve

awful: function: post-key

Declaration

string :post-key ( int $NUM )

Summary

Returns the key (name) of the NUM-th POST value present.

Example

# POST test.
:writeln s'POST values set: ' :post-num
:set &C i0
!while :lt $C :post-num
    :writeln s'val' $C s': ' (:post-key $C) s'=' :post-val $C
    :add &C i1
    !done

wikistrona zmodyfikowana 2014/0601/2317