cgisladdvar() - add user-defined variable to list

SYNOPSIS

#include "cgi.h"

int    cgisladdvar(sl, name, val)
CGISL *sl;
char  *name, *val;


DESCRIPTION
The cgisladdvar() function adds a variable name with value val to the given CGISL object. If the variable already exists, the value is added to the variable's list of values. The number of values for the variable is returned, or 0 on error.


SEE ALSO
cgisladdstr()


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.