LOTUSSCRIPT LANGUAGE


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

Instead, use the Mid statement for character set replacement.

See Also