Moonsoft Software Solutions

Calc Builder Support

Calc Builder support
No se permite escribir sin estar logado. Por favor, login
Último post
onncycle

onncycle
4 posts
---
13.02.2012 08:15

Generating Code for Calc Builder

Hi,
I love your product. The only problem is, that i have absolutey no knowledge in writing the calcbuilder codes. Is it possible to make the Calculation first in an Excel sheet and convertet it then into the right code automatically. For example with a converterprogramm ? I would like to build at least 15 Calcbuilders for alle kind of bicycle calculations.

Thank you very much.

Regards,

Ralph




 
MSTeam

MSTeam
227 posts
---
13.02.2012 11:50
Re: Generating Code for Calc Builder
Hi,

We suggest to start from a template, you can get working calculators ready to import and you can see that is, for not complicated functions, easy to write code. Also you can check a basic PHP manual and the quick guide.
We send you an email with all examples available. You should start with First steps: Adding two numbers, you will see how the code is very similar to an excel formula, but instead of writting at your cell

=$A1+$B1

you write the name of the input field(s):

$result=$input1+$input2;

adding ; at the end of each calculation.

If you want us to code it, we also have a calculator custom service (http://www.moonsoft.es/index.php/en/calcbuilder-en), for which we can build your calculator and send it ready to import.


Best regards


Moonsoft Team
www.moonsoft.es