View Single Post
Old 12-23-2003, 03:29 PM  
ADDiCT
Senior Member
 
Join Date: Aug 2003
Posts: 517
Default

indeed. i never included the way i handle cookies, it's the same as in ioGroups:
Quote:
syntax:
-------
%(<variablename>,<length>,<alignment>,<fillchar>,< cap>)

explanation:
------------
- variablename: ...
- length: formatted length of the variable
- alignment: left, right or centered (L/R/C)
- fillchar: character that will be used to fill up empty spaces
- cap: variable will be capped at the given lenght (0/1)

default settings:
-----------------
- length = 0 (means total lenght of variable)
- alignment = L (left)
- fillchar = ' ' (a space)
- cap = 0 (no capping)
ADDiCT is offline   Reply With Quote