> Is it possible to remove a digit from a multi-digit number IE:
> 2007 would become 207?

You could read the length to get the length to get the number of digits,
Then make a decision as to which digit to remove,
Then based on that and the number of total digits decide how
many digits to read from the beginning of the string,
then use the RIGHT and LEFT string read function to get the
starting and ending digits, then concatenate the beginning and 
end reads into a single string.

If you need help with that I can put together a small program, but you
should be able to do with just a few
Cfsets and RIGHT and LEFT.

Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.

Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288286
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=28801.20441.4


__________ NOD32 2524 (20070912) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288298
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to