Records 1 to 4 of 4
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Language ASP Scripts
ASP Script Home » Language
4 ASP Language Scripts
Sort: Most Viewed | Highest Rated | Newest
PNum FunctionThe PNum function adds the proper suffix to a number. PNum expects a long as input and returns a string. If the input is anything other than a number, PNum returns null. ...Added on: 12/5/2002 Hits: 5275 Rating: (3.00) votes 35
PCase FunctionThe PCase function returns a string in proper case. If the input string is Null, PCase returns Null. It's operation is similar to the built in LCase and UCase VBScript functions. The PCase function capitalizes the first letter of each word in the string and the remaining letters to lower c...Added on: 12/2/2002 Hits: 7385 Rating: (3.03) votes 38
Compare ValueCompares a numeric or string value with a list of other values. Returns the 1-based index of the matching value, or zero if the value doesn't appear in the list. String comparisons are case-sensitive....Added on: 10/23/2002 Hits: 4382 Rating: (3.57) votes 94
Compare ListReturn the position of the argument in a list of values or zero if the argument isn't included in the list...Added on: 10/23/2002 Hits: 5338 Rating: (3.06) votes 36
Records 1 to 4 of 4
|