Documentation

iskey

Syntax: %iskey(rec,key)

returns the key number if the key exists in the record, otherwise returns zero (false).

This function is not case-sensitive.

Examples:

#SHOW %iskey("1sa","Level")

#SHOW %iskey(@RecordVar,"abc")

Add comment

Login or register to post comments