V4REV -  LiveCode have try-catch already ??  Wow? :-)
    Ruslan Zasukhin 
    ruslan_zasukhin at valentina-db.com
       
    Sat Dec 17 03:03:25 CST 2011
    
    
  
On 12/15/11 5:44 PM, "Bernard Devlin" <bdrunrev at gmail.com> wrote:
>          try
>             put VField_Name( fldRef) into tFieldName
>             put VField_Type(fldRef  ) into tFieldType
>             switch
>                case tFieldtype contains "blob"
>                   put VBLOB_ReadRawData( fldRef ) into tFieldValue
>                   break
>                default
>                   put VField_Value( fldRef ) into fldValue
>                   break
>             end switch
>          catch tErr
>             breakpoint
>          end try
I have note try catch block.
We have exceptions in LiveCode ?
>From which version if anybody know?
Well,  then we can try improve V4REV to support exceptions,
And we will have switch between
    LastError code style
    exception style
-- 
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
    
    
More information about the Valentina
mailing list