Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Blob concatenation
Tue, Jun 12 2007 10:03 AMPermanent Link

"Ole Willy Tuv"
Tim,

I'm getting a parser error when trying to concatenate binary string literals
using the || or + operators, so I guess it's not implemented currently.

Any plans to support blob concatenation ?

Ole Willy Tuv

Tue, Jun 12 2007 6:40 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ole,

<< I'm getting a parser error when trying to concatenate binary string
literals using the || or + operators, so I guess it's not implemented
currently. >>

I missed an important type - VARBYTE and BYTE in the type checking.  A fix
will be in the next build.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jun 13 2007 6:28 AMPermanent Link

"Ole Willy Tuv"
Tim,

<< I missed an important type - VARBYTE and BYTE in the type checking.  A
fix will be in the next build. >>

Ah.. I see now that binary string literals don't work in assignments either
in 1.04. I assume that's the same issue ?

Ole Willy Tuv

Wed, Jun 13 2007 4:28 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ole,

<< Ah.. I see now that binary string literals don't work in assignments
either in 1.04. I assume that's the same issue ? >>

Yep.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image