Indigo Rose Software Development Tools Forum
>
Old Versions
>
AutoPlay Media Studio 7.5
> Como Sumar dos input
PDA
View Full Version :
Como Sumar dos input
luffymk
12-02-2007, 12:28 AM
Como Sumar dos input
Just like the example
http://www.imagenonline.com/img_a7013.gif
bule
12-02-2007, 03:32 AM
On Click:
Input.SetText("Input3", String.ToNumer(Input.GetText("Input1"))+String.ToNumer(Input.GetText("Input2")));
(Change the Input names to those that suit you)
Powered by vBulletin™ Version 4.0.6 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.