Commas in stack names
Mark Wieder
mwieder at ahsoftware.net
Tue Nov 5 19:19:10 EST 2013
Jacque-
Tuesday, November 5, 2013, 3:54:53 PM, you wrote:
>> Couldn't you substitute some arcane char for the comma, and restore
>> it when you rebuild your navigation pathname?
> I could, but I decided to just delete the commas when naming the stacks
When I have to do something like this (converting property names to
xml tags, for instance) I do it with two line of code:
replace comma with "__COMMA__" in tText
Then to get it back to the original file name just
replace "__COMMA__" with comma in tText
--
-Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list