On 7/31/12 5:42 PM, J. Landman Gay wrote:
On 7/31/12 2:38 PM, Chris Sheffield wrote:
Anyone know where I can download Jacque's excellent error plugin?
It's finally on RevOnline now, as "LiveCode Error Lookup".
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Softwa
On 7/31/12 8:46 PM, Peter M. Brigham wrote:
It's easy to roll your own. Here's handy function:
Yup. :) I love the open nature of the LiveCode IDE.
One advantage of the stack over a single function is that it parses
output from both Console (iOS) and Terminal (Android) so that you can
deciphe
It's easy to roll your own. Here's handy function:
function expandError tErr
-- expands LC runtime error numbers
--with explanatory text
-- requires sr()
repeat for each line e in tErr
put item 1 of e into errNbr
put item 2 of e into tLineNbr
put item 3 of e into
Great. Thanks!
On Jul 31, 2012, at 4:42 PM, "J. Landman Gay" wrote:
> On 7/31/12 2:38 PM, Chris Sheffield wrote:
>> Anyone know where I can download Jacque's excellent error plugin? I'm
>> talking about the one where you can feed it LiveCode error numbers
>> and have it return the English equiv
On 7/31/12 2:38 PM, Chris Sheffield wrote:
Anyone know where I can download Jacque's excellent error plugin? I'm
talking about the one where you can feed it LiveCode error numbers
and have it return the English equivalent of those errors. :-) I saw
her use it in one of the videos from RevLive but