IT-Berater: Theo Gottwald (IT-Consultant) > Brians Board
PluriBASIC - Progress of the implementation for Oxygen
Brian Alvarez:
I had to back off from programming for a while but i am starting to gain speed again, remembering
how i did all the stuff. Seems like the work from another person, i dont recall being this organized.
Anyway, right now the supported language is getting richer, Oxygen is doing a nice job at compiling
64bit executables. The list of functions supported is growing every day, in the past days the following
functions got ready:
--- Code: ---PARSE$()
STRREVERSE$()
LTRIM$()
RTRIM$()
TRIM$
UCASE$
LCASE$
HIBYT()
HIWRD()
HIINT() ' needs a fix
HIDWD()
LOBYT()
LOWRD()
LOINT() ' needs a fix
LODWD()
STR$()
FORMAT$()
READ$()
DATACOUNT
DATA
--- End code ---
A couple of the functions are a direct copy/paste of Charles functions, the rest had to be completely re-made
to be fully compatible. The hardest and biggest one was FORMAT$().
Brian Alvarez:
The HIXXX and LOXXX functions also support the HI and LO syntax, for example:
--- Code: ---HI(BYTE, 9999)
--- End code ---
and
--- Code: ---LO(BYTE, 9999)
--- End code ---
Brian Alvarez:
REPLACE [ANY] occurence$ WITH replacement$ IN TargetString$
Completed.
Brian Alvarez:
INSTR([Position&, ] SourceString$, [ANY] TargetString$)
Complete.
Brian Alvarez:
MID$ (function)
MID$ (statement)
Complete.
Navigation
[0] Message Index
[#] Next page
Go to full version