ReplaceList is the same as a series of replace operations.  so first
it replaces the C with a G leaving AGTG, then G with C leaving ACTC,
then A with T leaving TCTC, and finally T with A leaving ACAC.

replaceList("ACTG", "A,T,Z,G,C,Z", "Z,A,T,Z,G,C") should work

cheers,
barneyb

On 6/14/05, RADEMAKERS Tanguy <[EMAIL PROTECTED]> wrote:
> Well, i was going to suggest using
> 
> <cfoutput>#ReplaceList("ACTG","C,G,A,T","G,C,T,A")#</cfoutput>
> 
> but on my system that replaces "ACTG" with "ACAC"
> 
> i'm confused?

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209461
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to