--- Mark Brownell <[EMAIL PROTECTED]> wrote:
> I see this assert command and I wonder what it is.
> 
> Example code from Valentina Example:
> 
> put
>
assert("CREATE",Valentina("DataBase_CREATE",theFile,4))
> into dbRef
> 
> put  
>
assert("MakeNewBaseObject",Valentina("DataBase_MakeNewBaseObject",dbRef,
> 
> "CUSTOMERS")) into boRef
> 
> put
>
Valentina("BaseObject_MakeNewField",boRef,"CUSTOMER_ID","ULong")
>  
> into res
> get assert( "MakeNewField(Customer_ID)", res)
> 
> This assert command works I was just wondering about
> its use.
> 
> Thanks,
> 
> Mark
> 

Hi Mark,

My best guess is that the assert() function checks if
there's an error in the result and may just throw an
exception if that's the case.
But I do wonder where you read it, as it's not in the
VXCMD Reference ?

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


        
                
__________________________________
Do you Yahoo!?
Yahoo! Domains � Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to