1. How to change a squence to an atom
- Posted by Fendaril Sep 17, 2009
- 1143 views
How would I change something like
sequence dog="123"
into an atom. Or change and atom into a sequence?
2. Re: How to change a squence to an atom
- Posted by mattlewis (admin) Sep 17, 2009
- 1218 views
Fendaril said...
How would I change something like
sequence dog="123"
into an atom. Or change and atom into a sequence?
Take a look at value() in get.e. To convert an atom, you want to use sprintf().
Matt
3. Re: How to change a squence to an atom
- Posted by jaygade Sep 17, 2009
- 1127 views
You might also look at to_number or to_integer.
Edit: Surprisingly, the way the docs are currently organized, I found the two new routines above more quickly than I could find value.