Hello B4ppc members,
CalcTable1.2 is a utility I have created expanding the use of my MathCode2.2.
This application able to process a series of calculation formulas on a table.
This could be very useful in so many computations in your PPC.
This application is compiled in Basic4ppc Version 6.50 Beta
Source Code is also attached.
I have added a function of conditions using similar to MSExcel i.e IF(condition,true,false) i.e. false needs to have value.
Unlike MSExcell in your PPC, this Calctable1.2 is very light and simple and you can actually see your formula and not cellnames.
Other features:
Inputs are not case-sensitive.
There is an Auto backup to other file which you could enable/disable.
The files extension I have used is filename.ct1 and the backup is filename-BAK.ct1.
These files are saved in csv format.
Context menu is also functional.
Supports landscape display orientation.
5-PPC buttons also supported in navigating the table for easy viewing cell contents.
Attachements:
2 samples are attached.
Operators:
+ - / * ^ ( ) ! MOD
INT( ) ABS( ) LN( ) LOG( ) SQRT( )
SIN( ) COS( ) TAN( ) ASIN( ) ACOS( ) ATAN( )
IF(Condition,True,False)
Conditions: <, >, =, <>, >=, <=, OR, AND
ConstantsI=3.415., EX=2.718..
Calculation in Radian mode.
Comments,improvements on my code will be greatly appreciated.
If you found this application useful to you, you may share your calculation files to
me.
Although, I have tested this only for a short period, please help me on bugs.
Thank you very much and more power to Basic4PPC!
EDIT:
-Added LOG( ) and SQRT( ) functions.
-Altered ^ function on negation (sample: -2^2=-4 , (-2)^2=4 ).
-Is now VGA compatible.
CalcTable1.2 is a utility I have created expanding the use of my MathCode2.2.
This application able to process a series of calculation formulas on a table.
This could be very useful in so many computations in your PPC.
This application is compiled in Basic4ppc Version 6.50 Beta
Source Code is also attached.
I have added a function of conditions using similar to MSExcel i.e IF(condition,true,false) i.e. false needs to have value.
Unlike MSExcell in your PPC, this Calctable1.2 is very light and simple and you can actually see your formula and not cellnames.
Other features:
Inputs are not case-sensitive.
There is an Auto backup to other file which you could enable/disable.
The files extension I have used is filename.ct1 and the backup is filename-BAK.ct1.
These files are saved in csv format.
Context menu is also functional.
Supports landscape display orientation.
5-PPC buttons also supported in navigating the table for easy viewing cell contents.
Attachements:
2 samples are attached.
Operators:
+ - / * ^ ( ) ! MOD
INT( ) ABS( ) LN( ) LOG( ) SQRT( )
SIN( ) COS( ) TAN( ) ASIN( ) ACOS( ) ATAN( )
IF(Condition,True,False)
Conditions: <, >, =, <>, >=, <=, OR, AND
ConstantsI=3.415., EX=2.718..
Calculation in Radian mode.
Comments,improvements on my code will be greatly appreciated.
If you found this application useful to you, you may share your calculation files to
me.
Although, I have tested this only for a short period, please help me on bugs.
Thank you very much and more power to Basic4PPC!
EDIT:
-Added LOG( ) and SQRT( ) functions.
-Altered ^ function on negation (sample: -2^2=-4 , (-2)^2=4 ).
-Is now VGA compatible.
Attachments
Last edited: