Thread: CalcTable1.0
View Single Post
  #1 (permalink)  
Old 05-09-2008, 06:27 AM
Rioven Rioven is offline
Senior Member
 
Join Date: May 2007
Posts: 128
Awards Showcase
Beta Tester 
Total Awards: 1
Default CalcTable1.0

Hello B4ppc members,

CalcTable1.0 is a utility I have created expanding the use of my MathCode2.1.
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.26 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.0 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( )
SIN( ) COS( ) TAN( ) ASIN( ) ACOS( ) ATAN( )
IF(Condition,True,False)
Conditions: <, >, =, <>, >=, <=, OR, AND
Constants:PI=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!
Attached Images
File Type: jpg CalcTable1.1screenshot.JPG (51.0 KB, 84 views)
Attached Files
File Type: zip PPCSetupCalcTable1.zip (267.9 KB, 68 views)
File Type: zip SourceCodeandSamplefiles1.1.zip (106.7 KB, 61 views)
__________________
Rioven

O2 Atom life 624MHz, 1GB Internal ROM, WM6(upgraded)

Last edited by Rioven : 05-15-2008 at 08:32 AM. Reason: update on application
Reply With Quote