digitalmars.D - String <-> Int
- __me <__me_member pathlink.com> Aug 11 2004
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Aug 11 2004
import std.string; that module has a lot of toString() functions to convert to strings. it also has an atoi() function that you can use to convert from a string to an integer. :)
Aug 11 2004








"Jarrett Billingsley" <kb3ctd2 yahoo.com>