Announcement

Collapse
No announcement yet.

Actinic calculations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Actinic calculations

    Can actinic make calculations e.g:

    I want to have a variable that its price is 30% of the price of another variable.
    Is this possible ?

    Thanks...
    www.grafea.co.uk
    Vintage Leather briefcases

    http://www.grafea.com
    Designer leather bags
    --------------------------
    Yanni Kioupouroglou

    #2
    You won't get a variable updating itself according to the contents of another, at least not as standard. You can use the inbuilt php engine to calculate a figure using the main price variable though, if you don't need the specific figure locked into a variable, i'd go that route. Search the forum on RRP or alike to see some examples of the inbuilt PHP.

    Comment


      #3
      No. You can't define a variable as a function of another variable.

      When you run whatever script / function you're creating, you can off course run the calculation then. That would need to be in Javascript, PHP, etc.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment

      Working...
      X