IB Statements
From CometWiki
(→Numeric functions) |
(→| String functions) |
||
Line 138: | Line 138: | ||
[[{{PAGENAME}}/password|PASSWORD]]<BR/> | [[{{PAGENAME}}/password|PASSWORD]]<BR/> | ||
[[{{PAGENAME}}/pcomm|PCOMM]]<BR/> | [[{{PAGENAME}}/pcomm|PCOMM]]<BR/> | ||
- | + | [[{{PAGENAME}}/rsub|RSUB]]<BR/> | |
- | [rsub|RSUB] | + | [[{{PAGENAME}}/str|STR]]<BR/> |
- | + | [[{{PAGENAME}}/string|STRING]]<BR/> | |
- | [str|STR] | + | [[{{PAGENAME}}/strip|STRIP]]<BR/> |
- | + | [[{{PAGENAME}}/stripl|STRIPL]]<BR/> | |
- | [string|STRING] | + | [[{{PAGENAME}}/stripr|STRIPR]]<BR/> |
- | + | [[{{PAGENAME}}/sub|SUB]]<BR/> | |
- | [strip|STRIP] | + | |
- | + | ||
- | [stripl|STRIPL]</ | + | |
- | + | ||
- | [sub|SUB] | + | |
[swap|SWAP] | [swap|SWAP] |
Revision as of 19:57, 15 September 2008
Numeric Operators
addition +
subtraction-
multiplication *
division /
modulo MOD
String operator
Relation operators
EQ or =
NE or NOT=
GT or >
LT or <
Logical operators
Initialization statements
Assignment statements
File and directory control statements
FILE
CREATE
ERASE
CLEARFILE
RENAME
OPEN
CLOSE
LOCK
UNLOCK
ACCESS
Input/output statements
INPUT
INPUT(legacy)
AUTOINPUT
WAIT
PRINT
READ
INQUIRE
EXTRACT
WRITE
INSERT
POSITION
REWRITE
UPDATE
DELETE
LOG
MSGBOX
Encryption/decryption statements
BASE256
BASE64
ENCRYPT
DECRYPT
General program control statements=====
GOTO
ON/GOTO
IF/THEN
IF/THEN/ELSE/ENDIF
FOR/NEXT
DO/LOOP
SELECT/CASE/ENDSELECT
BREAK
CONTINUE
PAUSE
WAKEUP
Program activation statements
Program termination statements
Event-driven programming
Subroutine control statements
GOSUB
RETURN
POP
POPALL
MESSAGESUB
Subprogram control statements
Internet gateway control statement
Runtime exception control statements
ERRORTO
ERRORSUB
ESCAPETO
ESCAPESUB
AGAIN
EXCP=
EXCPSUB=
Numeric functions
ABS
ASC
FPT
HEXDEC
IHEXDEC
INT
LEN
MSGBOX
NOT
NUM
POS
RND
RPOS
SETBIT
SGN
SQRT
TESTBIT
| String functions
ADJUSTL/ADJUSTR
ASCHEX
BINARY
CHKSUM
CHR
DECHEX
DECIHEX
HEXASC
INTEL
INTELD
LCASE
MID
MOVE
PAD
PASSWORD
PCOMM
RSUB
STR
STRING
STRIP
STRIPL
STRIPR
SUB
[swap|SWAP]
[ucase|UCASE]
Date functions[date2num|DATE2NUM][datetonum|DATETONUM]
[num2date|NUM2DATE]
[numtodate|NUMTODATE]
File and directory-related functions
[first|FIRST][key|KEY]
[last|LAST]
[path|PATH]
[prev|PREV]
[recnum|RECNUM]Status functions
[dstat|DSTAT]
[fstat|FSTAT]
[pstat|PSTAT]
[sts|STS]DOS function calls
[dosfc|DOSFC]
[dosms|DOSMS]
[dosrw|DOSRW]
Compiler directives[use|USE]
[enduse|ENDUSE]
[set|SET]
[unset|UNSET]
[dotif|.IF][dotifdef|.IFDEF]
[dotifndef|.IFNDEF]
[dotelse|.ELSE]
[[dotendif|.ENDIF]]