LOTUSSCRIPT LANGUAGE


MidB function
Lotus does not recommend using MidB in LotusScript Release 3 or later. Because these releases use Unicode, extracting characters by byte position no longer yields reliable results.

Instead, use the Mid function for character set extractions.

See Also