<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Adding numbers together in RVL  (Thread)</title><description> I have doing a piece of automation that requires picking a number off the screen storing as variable and adding 10 to it. Currently Im using variable and action type Increment how this is concatenating the values instead on preforming the addition.      Is there a way preform addition in rvl ?  </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/rapise/issues-questions/2876.aspx</link><item><guid isPermaLink="false">threadId=2876</guid><author>Raymond Harvey (raymond.harvey@business-stream.co.uk)</author><title>Adding numbers together in RVL </title><description> I have doing a piece of automation that requires picking a number off the screen storing as variable and adding 10 to it. Currently Im using variable and action type Increment how this is concatenating the values instead on preforming the addition.      Is there a way preform addition in rvl ?  </description><pubDate>Fri, 08 Dec 2023 09:43:11 -0500</pubDate><a10:updated>2023-12-08T09:46:48-05:00</a10:updated><link>/Support/Forum/rapise/issues-questions/2876.aspx</link></item><item><guid isPermaLink="false">messageId=6548</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title> Hi Raymond,  This happens because the value from screen is a text string. You may use an expression</title><description> Hi Raymond,  This happens because the value from screen is a text string. You may use an expression type.  Suppose that the variable name is ScreenVal and you need to increment it by 10 you may write something like that:      Variable            ScreenVal    expression    parseInt(ScreenVal)+10            I hope that helps.  Br/Alex G    </description><pubDate>Fri, 08 Dec 2023 09:46:48 -0500</pubDate><a10:updated>2023-12-08T09:46:48-05:00</a10:updated><link>/Support/Forum/rapise/issues-questions/2876.aspx#reply6548</link></item></channel></rss>