banner

Interne Funktionen

 

Anbei eine Liste der implementierten interenen Funktionen:

 

abs(n as number)
acos(n as number)
andbits(n1 as number, n2 as number)
argc()
argv(n as number)
arraybound(int getupper)
asc(char as string)
asin(n as number)
atan(n as number)
base()
bin(n as integer)
chr(n as number)
clone()
cls()
color()
command(cmd as string)
concat(text1 as string, text2 as string)
connect(object as object, [id as integer = -1], eventtype as integer, routinename as string)
cos(n as number)
csrlin()
date(text as string)
day()
deallocate(object)
dir()
direxists(directoryname as string)
disconnect(object as object, [id as integer = -1], eventtype as integer)
done()
dynamiccast(classname, window as wxwindow)
eof(filehandle as string)
exp(n as number)
fclose(filehandle as integer)
fgets(filehandle as integer)
fileexists(filename as string)
filelen(filename as string)
finalize(object)
fix(n as number)
fopen(filename as string, modestring as string)
format(text1 as string, ...)
fputs(filehandle as integer, text as string)
frac(n as number)
freefile(filename as string)
getwxapp()
getwxhandle()
haskey(key as string)
hex(number as integer)
hour()
iif(condition, truevalue, falsevalue)
indexes(arrayname as array)
init()
inkey()
insert(targetstring as string, substring as string, position as integer)
instr([startposition as integer = 0], searchstring as string, searchforstring as string)
int(number as number)
isnothing(item)
isnumeric(item)
kill(filename as string)
lbound(arrayname as array, index as integer)
lcase(text as string)
left(text as string, length as integer)
len(text as string)
length(text as string)
loc(filehandle as integer)
locate()
lof(filehandle as integer)
log(number as number)
ltrim(text as string)
mid(text as string, startposition as integer, [length as integer])
minute(time as datetime)
month(time as datetime)
monthname(time as datetime)
new()
notbits(n as integer)
now()
oct()
orbits(n1 as integer, n2 as integer)
pos()
randomize([seed as integer = -1])
readbyte(filehandle as integer)
rename(oldfilename as string, newfilename as string)
repeat()
replace([startposition as integer = 0], sourcestring as string, searchforstring as string, replacewithstring as string )
reverse(text as string)
right(text as string, length as integer)
rinstr(searchstring as string, searchforstring as string, [optionalstartposition as integer])
rmdir(directoryname as string)
rnd(n as integer)
round(n as number)
rtrim(text as string)
run(command as string)
second(time as datetime)
seek(handle as integer, [fileposition as integer])
sgn(number as integer)
shell(commandstring)
sin(n as number)
space(n as number)
sqlclose()
sqlexec()
sqlopen()
sqr(n as number)
sqrt(n as number)
str(n as number)
strf(n as number)
string(text as string, repetitions as integer)
substr(sourcestring as string, startposition as integer, endposition as integer)
tally([startposition as integer = 0], searchstring as string, searchforstring as string)
tan(n as number)
ticks()
time()
timer()
timevalue()
trace()
trim(text as string)
typeof(object as object)
ubound(arrayname as array, index as integer)
ucase(text as string)
val(text as string)
weekday(time as datetime)
weekdayname(time as datetime)
writebyte(filehandle as integer, byte as integer)
xor(n1 as integer, n2 as integer)
xorbits()
year(time as datetime)