Right now if I want to join "symbol A" and "symbol B" to get: "symbol AB", I can:
- use [mergefilename] from iemlib, or [sprintf] from cyclone or use a [string.join] from ceammc.
- Or I can make a list and have a "$1$2" message box... but message won't make it usable with extendable list.
- vanilla abstraction [l2s] could not do it because it will need a delimiter symbol and will return A/B for instance...
So is there a [mergefilename] vanilla abstraction somewhere?