I'm intrigued at what you are trying to do -- the idea is great
and watching the process and development of it is surpisingly exciting.
This is how a borderless business mind works.
On Fri, Jan 22, 2016 at 9:27 AM, Todd Fabacher wrote:
> Hello LiveCoders,
>
> I am at Davos for a little business
Hi all - can someone help me convert the following?
curl -X POST
'https://api*twilio*com/2010-04-01/Accounts/AC0afb9e5c70c0fde47904a9a6ff/Messages.json'
\
--data-urlencode 'To=5034554562' \
--data-urlencode 'From=+1212022183' \
--data-urlencode 'Body=test message' \
-u AC0afb9e5c70c0fde47904a9a6f
Hi all -- I've taken interest in using Livecode for displaying ticker tape
or digital signage type information. There were a few older forum posts on
this topic a few years ago but haven't seen any recent activity in that
area. Does anyone have a general direction or sample stacks I can start off
w
a
> put theChar after twoChars
> if the length of twoChars = 2 then
> put baseconvert(twoChars,16,10) into twoChars
> put numtochar(twoChars) after theResult
> put "" into twoChars
> end if
>end repeat
>put the
Hi - a legacy database at work contains a bytea field that I want to get
the information out of. It's rich text that was for whatever reason, was
stored as a blob to keep the formatting codes intact -- I'm not even sure
what that means since no one here knows much about it and there is no
documenta