Jump to content
  • 0
Domo

Simple Question

Question

How do you add variables?

like:

 

.@TotalVar = .@Var1 + .@Var2

 

These are just integers.

and sorry, first time doing adding. lol

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

You can add variables by doing this:

set .@TotalVar, .@var1+.@var2;
Edited by Legend

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.