Didn't understand what you mean here.DarScott wrote: Somehow hidden inside the engine is an optimization for dealing with a chunk near any of these locations:
1. Near the front
2. Near the end
3. Near the last chunk access
Search found 13 matches
- Wed Apr 23, 2014 2:42 am
- Forum: Feature Proposals
- Topic: Multiple 'for each' in a repeat
- Replies: 12
- Views: 5157
Re: Multiple 'for each' in a repeat
- Wed Apr 23, 2014 2:38 am
- Forum: Feature Proposals
- Topic: Multiple 'for each' in a repeat
- Replies: 12
- Views: 5157
Re: Multiple 'for each' in a repeat
I think 'and each' should be unambiguously parseable. Contexts solves this situations. When the parser finds a "REPEAT FOR EACH" is starts a new context focused to solve this special kind of syntax. In this context "AND EACH" makes sense as an "END OF LIST TO BE ADDED AND START OF a NEW ONE" (both ...
- Tue Apr 15, 2014 2:52 pm
- Forum: Feature Proposals
- Topic: Multiple 'for each' in a repeat
- Replies: 12
- Views: 5157
Re: Multiple 'for each' in a repeat
The not clear part of the new proposal is how it will handle multiple lists of different sizes, and the best approach to that. What do you suggest? Go stepping while there is one larger list not finished yet and getting EMPTY for those items on shorter lists already done? And as you propose a not s...
- Tue Apr 15, 2014 3:31 am
- Forum: Feature Proposals
- Topic: Multiple 'for each' in a repeat
- Replies: 12
- Views: 5157
Re: Multiple 'for each' in a repeat
I would like to see real examples of the use to better understand the proposed concept, like: ---Currently, you could write something like this: ###snippet1 ---And using the proposed syntax you could write the same like: ###snippet2 ------ Or vice-versa. New proposal first, and how it can be achieve...
- Wed Apr 09, 2014 12:52 am
- Forum: Feature Proposals
- Topic: Windows Phone support
- Replies: 9
- Views: 6403
Re: Windows Phone support
I miss the "Like" button.FourthWorld wrote:We'll have to see which happens first: Win Mobile support in LiveCode, or Win Mobile market share at 5%.
- Tue Apr 08, 2014 8:35 pm
- Forum: Off-Topic
- Topic: Inconsistency on LiveCodeNotes-7_0_0_dp_2.pdf
- Replies: 1
- Views: 3992
Inconsistency on LiveCodeNotes-7_0_0_dp_2.pdf
On http://downloads.livecode.com/livecode/ ... 0_dp_2.pdf (DP 2)
Known Issues list things that will be adressed on DP 2.
Known Issues list things that will be adressed on DP 2.

- Mon Mar 31, 2014 10:48 pm
- Forum: Feature Proposals
- Topic: Alternative to PUT value INTO variable
- Replies: 38
- Views: 20662
Re: Alternative to PUT value INTO variable
"No one is proposing to remove PUT, just create an alternative shortcut syntax allowing people to choose." Right: gottit. Still not all that keen on it as I wonder if it wouldn't just obfuscate things. I'm sure both are clear about the meaning. I feel the opposed, the proposal makes it more clear. ...
- Mon Mar 31, 2014 3:54 pm
- Forum: Feature Proposals
- Topic: Alternative to PUT value INTO variable
- Replies: 38
- Views: 20662
Re: Alternative to PUT value INTO variable
It would. I've never been fond of the "set" verb, or the "let" verb for that matter, but it would solve that problem. I think a more xtalky syntax, though, would be something like: set x to 3 set y to "hello", z to 3.14, myVar to someArray["whatEver"] You could write it more readable breaking the l...
- Fri Mar 28, 2014 12:20 pm
- Forum: Feature Proposals
- Topic: Alternative to PUT value INTO variable
- Replies: 38
- Views: 20662
Re: Alternative to PUT value INTO variable
The advantage is listed. Write fast, write less, be more clear. # Wordy salad PUT 54.3 INTO X PUT X * 17 INTO Y PUT Y / 4 INTO Z # Setting X, Y and Z, more comfortable to read in a glance. More Math friendly. # Ease to write in less keystrokes. Syntax closer to 99% of other current languages # As an...
- Fri Mar 28, 2014 3:11 am
- Forum: Feature Proposals
- Topic: Alternative to PUT value INTO variable
- Replies: 38
- Views: 20662
Alternative to PUT value INTO variable
I would like to be able to write it in a fast way with multiple comma separated evaluations in the algebraic order (x=value, instead of put value into x) Another semantic for the SET keyword enabling it to handle this could be an option like: SET theVar = theValue, theVar1 = theValue1, ... theVarN =...
- Mon Mar 24, 2014 5:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to read a QR-CODE?
- Replies: 4
- Views: 5356
Re: How to read a QR-CODE?
Hi Matthias, Monte could make the current docs public on his website. I believe that this is, per se, a good marketing. Android is the most important mobile OS worldwide (yes, I know that inside USA many could say *what?* but I have the numbers) and people see MergExt as an iOS only solution. That s...
- Fri Mar 07, 2014 3:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to read a QR-CODE?
- Replies: 4
- Views: 5356
Re: How to read a QR-CODE?
It's iOS only. Check their website: http: //mergext. com/home/mergzxing/
- Fri Mar 07, 2014 12:42 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to read a QR-CODE?
- Replies: 4
- Views: 5356
How to read a QR-CODE?
I want to capture (using the device camera) and read the contents of a QR-CODE in iOS and Android.
Did search "qr-code" in this forum and found nothing. ( and I found that the forum search feature is not reliable )
How can I do it in Livecode?
Rick.
Did search "qr-code" in this forum and found nothing. ( and I found that the forum search feature is not reliable )

How can I do it in Livecode?
Rick.