put lines 2 to 5 of fld "Choice" into fld "te
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
put lines 2 to 5 of fld "Choice" into fld "te
Hay there,
Obviously, my code is not working. Could someone please tell me how to copy a selection of lines of data from one field into another?
Cheers,
Ac
Obviously, my code is not working. Could someone please tell me how to copy a selection of lines of data from one field into another?
Cheers,
Ac
Hi Ac,
works for me. What happened? Did your code compile? If you wrote "put lines 2 to 3 of field ... then it should not compile because of lines instead of line
regards
bernd
Code: Select all
put line 2 to 3 of field 1 into field 2
regards
bernd
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
This raises an interesting question: given that Transcript aims to mirror English whenever practical, and that "lines" in that context is arguably more syntactically correct than "line", should "lines" be allowed when referring to multiples?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 108
- Joined: Sun Mar 15, 2009 11:51 pm