And now for programming question:

 

I'm writing an SP with a large number of parameters.  I have a list of these
parameters in list form like:

 

Param1,

Param2,

Param3

 

I'd like to use the regex features of my IDE (don't ask which one) to
transform the list to look like

 

Param1 = @Param1,

Param2 = @Param2,

Param3 = @Param3,

 

 

I have a feeling it's possible, but I don't know how to do it.  Any takers
on this one?

 

Thanks,

 

Matthew Small

Web Developer

American City Business Journals

704-973-1045

[EMAIL PROTECTED]

 

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:215187
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to