Rule
- To: mathgroup at smc.vnet.net
- Subject: [mg24897] Rule
- From: Wissam Alsaidi <alsaidi at pacific.mps.ohio-state.edu>
- Date: Sat, 19 Aug 2000 04:46:16 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all;
Is there a rule for transforming ; to ,(comma).
IN THIS case one can transform a set of expressions to a list.
example
{a=b;b=c;e=f}/.{;->,}
and the ansere will be
{a=b,b=c,e=f}.