Skip to main content

Variable definition using operations on other variables

  • September 18, 2023
  • 1 reply
  • 172 views

Nisha_Kumari

Currently I can only define a variable with some absolute value or referencing it to another variable but I would also like to define it using operations on other variables.

for example
Total Fee Amount = 100000
Paid Amount = 20000

then
Unpaid Amount = Total Fee Amount - Paid Amount

1 reply

ThisBenF
  • New Member
  • March 8, 2025

YES I was just trying to do this hoping it would work. Those of us used to SASS think this way, and this would make variables super powered for me.