on 3/12/01 4:50 PM, Jim McAtee at [EMAIL PROTECTED] wrote:

> I think either of the following should work:
> 
> <cfset x = 1>
> <cfset x = "0000000" & x>
> 
> OR
> 
> <cfset x = 1>
> <cfset x = "0000000#x#">
Jim,

Thank you - I'll try these.

Cheers,
 
Bryan 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to