Re: show subscripts in dump - help and ideas requested
- Posted by jmduro May 14, 2015
- 1884 views
analyzeSequence may not be the best function name as it decodes any type of euphoria objects
analyzeSequence(123, "integer") analyzeSequence(3.1416, "pi") analyzeSequence("I love OpenEuphoria", "string") integer = 123 pi = 3.141600 string = "I love OpenEuphoria"