EMA-XPS Online


STRING-LESSP

STRING-LESSP
============

Syntax: (string-lessp <string1> <string2>
          :START1 <number> :END1 <number>
          :START2 <number> :END2 <number>)

This function is analogous to the STRING< function,
but it does not recognise the difference between
upper- and lowercase-characters.
This function is not supported by babylon v3!


EMA-XPS Online