Re: Object to Atom
- Posted by ghaberek (admin) Jul 02, 2013
- 1338 views
buzzo said...
How can the object {2} be converted to an atom?
The object {2} is a sequence containing one atom. Do you just want that atom from the sequence?
sequence s = {2} atom a = s[1]
Otherwise I'm not sure what you would do to "convert" it.
-Greg