mdisgreat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Dump in a module and away you go - examples to follow | |
| surround = LAMBDA( | |
| val,[scharStart], [scharEnd], | |
| if(OR(isomitted(scharStart), isomitted(scharEnd)), """" & val & """", scharStart & val & scharEnd) | |
| ); | |
| unsurround = lambda( | |
| val, | |
| [numCharL], |