Search found 6 matches
- Wed Mar 26, 2014 8:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Max
- Replies: 9
- Views: 3109
Re: Max
Oh, thanks a bunch! looks simplified now.
- Wed Mar 26, 2014 7:37 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Max
- Replies: 9
- Views: 3109
Re: Max
The question from the task says: 1. Find and display the largest ratings 2. Calculate and display the number of questionnaires rated poor/good/excellent. Ratings will be generated as illustrated in my first reply, it will be generated with the code and a loop. Therefore, ratings can be more than a n...
- Wed Mar 26, 2014 12:04 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Max
- Replies: 9
- Views: 3109
Re: Max
Something like that but the rating list will be a series of numbers as it will be used for questionnaires. My question is how to use the max and min function to filter and display the highest and lowest ratings.
- Tue Mar 25, 2014 9:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Max
- Replies: 9
- Views: 3109
Re: Max
Yeah, it starts like this.
It asks for a number between 1 to 10, then put it into ratings.
It asks for a number between 1 to 10, then put it into ratings.
- Tue Mar 25, 2014 8:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Max
- Replies: 9
- Views: 3109
Max
Hi, How do you refer to a series of numbers in a string and find the max like the example below? if ratings >=1 and ratings <=3 then put "poor" & "(" & ratings & ")" into rate if ratings >=4 and ratings <=6 then put "good" & "(" & ratings & ")" into rate if ratings >=7 and ratings <=10 then put "exc...
- Fri Jan 24, 2014 4:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Question about livecode
- Replies: 1
- Views: 956
Question about livecode
Hi, I need to write a program that stores and recreate the surveys filled by users of a service in a restaurant, this program will be able to store the phone number, name, table size and ratings, it will then go further at the end of the day to give the admin the details of all the surveys filled. n...