1
The Axe Parser Project / Re: Features Wishlist
« on: February 02, 2013, 03:07:11 pm »
What I'd like to see is a way to put null characters (the same as [00]) into a string more easily than doing
Or possibly:
Any of these would work for me
Code: [Select]
"First"->Str1
"Second":[00]
"Third":[00]
You know, for using the fancy strDev( function. MaybeCode: [Select]
"First*Second*Third"->Str1
where * is the imaginary 'i', Eulers 'E', pi, the degree symbol, or r. If it was used twice in a row, the symbol would show up normally like an escape character from any C like languageOr possibly:
Code: [Select]
"First"->Str1
"Second"[sup]r[/sup]
"Third"[sup]r[/sup]
where r simply adds a null character after a string.Any of these would work for me