Re: Converting Strings to Ints.
- To: mathgroup at smc.vnet.net
- Subject: [mg63310] Re: Converting Strings to Ints.
- From: "dkr" <dkrjeg at adelphia.net>
- Date: Fri, 23 Dec 2005 05:08:34 -0500 (EST)
- References: <200512200919.EAA28501@smc.vnet.net> <200512210435.XAA14697@smc.vnet.net> <dode99$64c$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Chrisantha, In[25]:= IntegerDigits[ToExpression[#]]&/@{"12223","11313","2424"} Out[25]= {{1,2,2,2,3},{1,1,3,1,3},{2,4,2,4}} dkr
- References:
- Expression timing; a black art?
- From: AES <siegman@stanford.edu>
- Re: Expression timing; a black art?
- From: "Carl K. Woll" <carlw@wolfram.com>
- Expression timing; a black art?