<combine> and the result

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

<combine> and the result

Post by trevordevore »

Today I tried to use a widget I wrote a while ago. The widget used this code:

Code: Select all

combine tList with "," into tLoc
This causes a runtime error now. When I rewrote it to use <the result> it worked again. Is this a bug or was it decided that <the result> is fine and using <into> will not be supported?
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
peter-b
Posts: 182
Joined: Thu Nov 20, 2014 2:14 pm

Re: <combine> and the result

Post by peter-b »

That's a bug!
LiveCode Open Source Team — @PeterTBBrett — peter.brett@livecode.com
trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: <combine> and the result

Post by trevordevore »

Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
Post Reply