[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsZipCheck
Prints a VB Script function which checks if a string is in a valid Zip Code format.
#include "savbs.h"
int SaVbsZipCheck();
Argument
None
Returns an integer with a value of 0.
Prints a VB Script function which checks if a string is in a valid Zip Code format. A valid format is one of the forms: #####
or #####-####
.
The code fragment:
SaVbsZipCheck();
will write a string to standard out which is equivalent to the contents of the file:
config\htmlstyle\XValZipCodeFormat.vbs
in the Sapphire distribution.
SaVbsSsnCheck, SaVbsCardCheck, SaVbsDateFixNow, SaVbsValDate
SaVbsValDateFuture, SaVbsValDatePast, SaVbsIsAllDigits, SaVbsIsAllLetters
SaVbsIsFieldNotBlank, SaVbsValEmail, SaVbsState, SaVbsSimpleFormat
SaRegVbsScripts, SaPrintVbsScripts
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.