ad_var_type_check_integerlist_p

EveAndersson.com : API Browser : ad_var_type_check_integerlist_p

ad_var_type_check_integerlist_p

ad_var_type_check_integerlist_p value
Defined in packages/acs-core/security-procs.tcl

    #
    # return 1 if list contains only numbers, spaces, and commas.
    # Example '5, 3, 1'. Note: it doesn't allow negative numbers,
    # because that could let people sneak in numbers that get
    # treated like math expressions like '1, 5-2'
    #
    #
    

Parameters:
value
[ show source ]

Show another procedure:

eve@eveandersson.com