Charta Software
Back to the base
E-mail:
Wachtwoord:
Aangemaakt door op 2005-12-14 11:16:41
Laatst gewijzigd op 2008-06-05 15:55:26

Function evaluation

In this example we will show you where you can find functions in Charta and how you can use them for a calculation.

Find a charta function
Error: "Unknown element: p" at line 4 and column 4 Go to error

A short tour through the six panels:

  • The Code editor visualizes the actual code
  • The Parameters panel contains its parameters
  • The Result panel contains the function result value
  • The Name panel lets you edit the function name
  • The Local variables panel where variables can be declared that you wish to use in the function
  • Function references shows some information about functions that are called by or call our function
  • Finally the Run button, which you can use to evaluate the function
Evaluating the function
Error: "Unknown element: p" at line 25 and column 4 Go to error

Do you want to create your own function that is a little more complex than an average? Take a look at the next example.