From f63584457f44a32e7e62587ac4802a6d31bb8408 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Aug 2016 02:05:49 +0300 Subject: Add function for convert label to int and int to label. New functions: getlabel - get label and return int tolabel - get int and return label --- src/emap/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/emap/init.c') diff --git a/src/emap/init.c b/src/emap/init.c index cd2c5bf..8f8c986 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -179,6 +179,8 @@ HPExport void plugin_init (void) addScriptCommand("hticheck", "i", htiCheck); addScriptCommand("htidelete", "i", htiDelete); addScriptCommand("setfakecells", "iii??", setFakeCells); + addScriptCommand("getlabel", "l", getLabel); + addScriptCommand("tolabel", "i", toLabel); do_init_langs(); -- cgit v1.2.3-60-g2f50