Search found 4 matches

by ckmcdevittGA6a53
Tue Feb 21, 2012 5:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Help with placing iterated function results into a list
Replies: 7
Views: 5179

Re: Help with placing iterated function results into a list

That is actually very similar to the code I had written (I am a math teacher and my mathematics and logic were correct) I was just unaware of the tList feature. I tried using several different list and menu options in the dictionary but the tList is not in the dictionary. Thanks very much for the he...
by ckmcdevittGA6a53
Tue Feb 21, 2012 2:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Help with placing iterated function results into a list
Replies: 7
Views: 5179

Re: Help with placing iterated function results into a list

Thank you! The code is close to what I was planning, and the prime factorization will be helpful in the next stage of what I am doing. But for now, I was hoping that a person could put a number (like 24) into a field and push a "factor me" button where they would be given a list (1*24, 2*12, 3*8, 4*...
by ckmcdevittGA6a53
Mon Feb 20, 2012 11:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Help with placing iterated function results into a list
Replies: 7
Views: 5179

Help with placing iterated function results into a list

I was trying to write a simple program to factor numbers. I was writing a function for each number (i.e. On factorThisNumber divide thisnumber by 2 if thisnumber is an integer then put thisnumber & "*2" into field Factors2 end if multiply thisnumber by 2 End factorThisNumber ...then for 3, 4, etc......