Function "isSmallerThan"

Summary

Tests wheather a given string/number is smaller than an other string/number. If the two values to be compared are numbers, the comparison is mathematically - otherwise lexically Returns 'true' or 'false'. The function belongs to the group "Logical".

The return type is boolean.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 The string/number to test
2 The string/number to compare with