Thank you Simon and Richard
The arrays work beter for me.
Search found 10 matches
- Tue Jun 03, 2014 6:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dynamic variable in Repeat?
- Replies: 9
- Views: 5787
- Tue Jun 03, 2014 3:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Dynamic variable in Repeat?
- Replies: 9
- Views: 5787
Re: Dynamic variable in Repeat?
How does this work if you want to do this with a variable that is not a field or button? I have the variables: varname1 varname2 varname3 etc I want to do something like this : put "xx" into ("varname") & counter But this gives me an error : (Chunk: bad destination) So the question is what is the ri...
- Sun Dec 12, 2010 2:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: how to find offset of =
- Replies: 5
- Views: 3806
Re: how to find offset of =
Ok I figured it out myself
greather than 1 is not working because it is not good english
greater than 1 is not working
> 1 does work
thanks to all that replied
greather than 1 is not working because it is not good english
greater than 1 is not working
> 1 does work
thanks to all that replied
- Sun Dec 12, 2010 2:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: how to find offset of =
- Replies: 5
- Views: 3806
Re: how to find offset of =
Thanks Bernd that does indeed work with answer
But when you answered I was just editing my post, I still have a problem with the following line
case offset("=",$inhoudregel ) is greather than 1 which doesn't seem to work
But when you answered I was just editing my post, I still have a problem with the following line
case offset("=",$inhoudregel ) is greather than 1 which doesn't seem to work
- Sun Dec 12, 2010 1:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: how to find offset of =
- Replies: 5
- Views: 3806
how to find offset of =
I want to determine if a variable contains the = sign I'm ussing: $inhoudregel contains: Instellingen_MCMbestandenpath=T:\MCMbestanden repeat for each line $inhoudregel in $inhoud switch --testen of het een section regel is case offset("[",$inhoudregel ) is 1 --sectieregel gewoon overnemen put $inho...
- Tue Dec 07, 2010 11:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to adress a field wich is on another field
- Replies: 10
- Views: 5872
Re: How to adress a field wich is on another field
Thank you Mark
- Tue Dec 07, 2010 7:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to adress a field wich is on another field
- Replies: 10
- Views: 5872
Re: How to adress a field wich is on another field
Hi All, Thanks for the input What I want(ed) is a Scrolling field containing a (large) number of fields, so I would be able to scroll down. Just like you can put field directly on a card, I thought you could place a field on a scrolling list I see now that you can't make a field part of a scrolling ...
- Tue Dec 07, 2010 6:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to adress a field wich is on another field
- Replies: 10
- Views: 5872
Re: How to adress a field which is on another field
Thank you Bernd, But that's not the problem too, i do use put "something" into ObjectType "objectName" I just didn't quote it right her in the forum, sorry. I think I need something like this: put ""xx" into field "AField" of field "SField" If i use this i get an error : (Chunk: bad chunk order (mus...
- Mon Dec 06, 2010 10:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to adress a field wich is on another field
- Replies: 10
- Views: 5872
Re: How to adress a field wich is on another field
Thanks,
but that won't do the trick, in my actual code I did use quotes
but that won't do the trick, in my actual code I did use quotes
- Mon Dec 06, 2010 10:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to adress a field wich is on another field
- Replies: 10
- Views: 5872
How to adress a field wich is on another field
Hello,
I have put a field (aField) on an scrolling field (SField)
How can i put text into that field (with the name afield)?
put "xxx" into aField creates an error no such chunk
I have put a field (aField) on an scrolling field (SField)
How can i put text into that field (with the name afield)?
put "xxx" into aField creates an error no such chunk