Search found 2 matches

by fabian
Wed Jun 01, 2011 9:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Working with arrays using indexes?
Replies: 2
Views: 2307

Working with arrays using indexes?

Hi, I am completely new to Livecode and started working on my first app. I have to code a random number creator which randomly selects a number from a given number range or list. So I started creating an array and filled it with the available numbers: repeat for each element i in arrRandomRanges   p...