Hi
I was wondering if it is possible to Transfer Contents (Written text from the user) from one Text field to another so that they are all collected in the other Field while the first one clears on card close.
Thank you for your help.
Transferring Content from Fields via button
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Transferring Content from Fields via button
put field "fieldOne" into field "fieldAggregate"
put cr & field "fieldTwo" after field "fieldAggregate"
put empty into field "fieldOne"
put empty into field "fieldTwo"
put cr & field "fieldTwo" after field "fieldAggregate"
put empty into field "fieldOne"
put empty into field "fieldTwo"
Re: Transferring Content from Fields via button
What Sparkout said.
Where are you on the journey of learning LiveCode? I think it an excellent method to jump right in with simple tasks. But have you read the lessons and the user guide? Looked at the dictionary? Do write back...
Craig Newman
Where are you on the journey of learning LiveCode? I think it an excellent method to jump right in with simple tasks. But have you read the lessons and the user guide? Looked at the dictionary? Do write back...
Craig Newman
Re: Transferring Content from Fields via button
HI Naggon,
1. welcome to the forum!
2. You might want to check these great learning resources for the basics of LC:
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
1. welcome to the forum!

2. You might want to check these great learning resources for the basics of LC:
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
Re: Transferring Content from Fields via button
Thank you guys for the quick replies.
I will check out the links you posted and try the script.
I just sort of started to dive a bit deeper into the livecode capabilities.
*edit:
I am having trouble searching for the right terms in the Dictionary since my previous knowledge with coding ist very limited.
I will check out the links you posted and try the script.
I just sort of started to dive a bit deeper into the livecode capabilities.
*edit:
I am having trouble searching for the right terms in the Dictionary since my previous knowledge with coding ist very limited.