Oops.  Should be <CFSET session.productId =
ListDeleteAt(session.productId,ListPosition)>


Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-----Original Message-----
From: Jon Tillman [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 29, 2000 11:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Need help with delete function


On Sat, 29 Jul 2000, Chris Evans spewed forth into the void:
> <CFSET ListPosition = ListFind(session.productId,Item)>
> <CFSET session.productId = ListDelete(session.productId,ListPosition)>

It throws an error as follows:
        There is no ColdFusion function named ListDelete. Check the spelling of the
function name in the ColdFusion documentation

>
>
> Chris Evans
> [EMAIL PROTECTED]
> http://www.fuseware.com
>
>
>
> -----Original Message-----
> From: Jon Tillman [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 29, 2000 9:07 AM
> To: [EMAIL PROTECTED]
> Subject: Need help with delete function
>
>
> I am at a loss here. I have a catalog I am building, and in the shopping
> cart
> part of it, I need to be able to delete individual items from it. They are
> stored in a variable (session.productId) as a list of numbers
(1,55,34,44).
> What I need my delete function to do is remove one of the numbers from
that
> list. I cannot figure out how to do this at all. Anyone feel like showing
me
> how it could be done?
>
>
> --
> This Email is 100% Virus Free! How do I know?
> Because no Microsoft products were used to
> generate it!
>
> :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
>  Jon Tillman
>  LINUX USER: #141163
>  ICQ: 4015362
>  [EMAIL PROTECTED]
>  http://tillman.freehosting.net
> :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
This Email is 100% Virus Free! How do I know?
Because no Microsoft products were used to
generate it!

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Jon Tillman
 LINUX USER: #141163
 ICQ: 4015362
 [EMAIL PROTECTED]
 http://tillman.freehosting.net
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to