Jump to content

loop


majed
 Share

Recommended Posts

hi

I want a loop to do the following:

x=100; start point first result of the loop

100*1.2=120; is the second result of the loop

120*1.2=144; is the 3ed result of the loop

144*1.2=173; is the 4th result of the loop

....

etc

I tryed to solve it like this

for $i=1 to 10

send (x*1.2)

next

it dosnt work; please help

kind regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...