Hi,
I'm working with a structure and I'd like to be able to delete both the key and the element out of the structure. I'd like to be able to find the element using the key then delete both. I know how to find the element and delete the element using StructFindKey and StructDelete, but this doesn't remove the key as well.
I was thinking for using this method to delete the elements I don't want and then copying the amended structure to a new structure without the empty keys?
Can anyone give me some pointers on this?
Thanks
Stephen
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
- [CFCDev] How can you remove a ket and an element from a stru... Stephen Adams
- [CFCDev] Re: How can you remove a ket and an element fr... Stephen Adams
- RE: [CFCDev] How can you remove a ket and an element fr... Ben Nadel
- Re: [CFCDev] How can you remove a ket and an elemen... Stephen Adams
- RE: [CFCDev] How can you remove a ket and an el... Ben Nadel
- Re: [CFCDev] How can you remove a ket and a... Stephen Adams
