poop = list("poop" = "dssd", "adsads" = "popop")
world << list2text(poop, ", " , 1)
"poop = dssd, adsads = popop"
kText |
|
A text handling library to replace/supplement Deadron.TextHandling. |
ID:733342
May 8 2012, 6:04 pm
|
|||||||
| |||||||
Perhaps, there could be a -third- parameter for the text2list, and list2text functions, along with their CASE counterparts. This parameter would trigger the inclusion of list associations. So, the list
poop = list("poop" = "dssd", "adsads" = "popop")
world << list2text(poop, ", " , 1)
"poop = dssd, adsads = popop"
|
This would be a very obscure usage, I think.
I feel like you'd probably be better off using params.