String quirks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

String quirks

Alexander Lazarevic'
Some methods like subStrings start with a line like #Collectn. What is this good for?
And what is the IntegerPokerPlugin found in getInteger32:?
And do we need String arithmetic that mimics Number arithmetic like

'1two' + '2' -> '3'

Alex