[Mybusinessbasic-devel] mybb tables.c,1.2,1.3
Status: Alpha
Brought to you by:
mikecurry1974
From: <mti...@us...> - 2003-12-31 17:36:23
|
Update of /cvsroot/mybusinessbasic/mybb In directory sc8-pr-cvs1:/tmp/cvs-serv30517 Modified Files: tables.c Log Message: added ITR() function and also reworked RTI() Index: tables.c =================================================================== RCS file: /cvsroot/mybusinessbasic/mybb/tables.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tables.c 29 Dec 2003 19:36:55 -0000 1.2 --- tables.c 31 Dec 2003 17:36:19 -0000 1.3 *************** *** 398,401 **** --- 398,402 ---- { "INT", FNC_INT, 1, 1 }, { "IOR", FNC_IOR, 2, 2 }, + { "ITR", FNC_ITR, 1, 1 }, { "KEY", FNC_KEY, 1, 2 }, { "LCS", FNC_LCS, 1, 2 }, |