Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 2.0Version 1.0 (home page)

On this page

KN

Summary

nul context check: Returns true if the length of the context is less than or equal to n characters.

Syntax

KeymanWeb.KN(n, Pelem);

Parameters

n
Type: number
The length of context to check.
Pelem
Type: Element
The element whose context is being examined.

Return Value

boolean
true if the context is not longer than n characters, otherwise false.

Description

This is of particular use in handling the Developer rule nul and is subject to the caveats listed therein.

See also

KeymanWeb.KC()