[V4REV] Advice 2 about func names

Chris Sheffield cmsheffield at gmail.com
Wed May 11 12:52:58 CDT 2005


Yes!  Thank you, thank you.  :-)

Chris Sheffield
Read Naturally


On May 11, 2005, at 12:42 PM, Ruslan Zasukhin wrote:


> Hi Revolution developers,
>
> In VXCMD 1.x we have
>
>     get Valentina( "FuncName", param1, param2, ... )
>
> Now, since we drop xCards support, I see possibility that each  
> function will
> be registered to Revolution. So we can get e.g.
>
>     get Valentina_FuncName( param1, param2, ... )
>
> For example:
>
>         get Valentina_Init( 8 * 1024 * 1024 )
>         get Valentina_ShutDown()
>
> Instead of
>
>         get Valentina( "Init", 8 * 1024 * 1024 )
>         get Valentina( "ShutDown" )
>
>
>
> ----------------
> Also we can have in 2.x not only Valentina prefix but
>
>    put VDatabase_CreateTable( "person" ) into personRef
>
>    put VTable_CreateStringField( personRef, "Name", 50, fIndex +  
> fUnique )
>     into fldRef
>
>
> Instead of
>
>    put Valentina( "VDatabase_CreateTable", "person" ) into personRef
>
>    put Valentina( "VTable_CreateStringField", personRef, "Name", 50,
>         fIndex + fUnique ) into fldRef
>
>
> Do you like new syntax ?
>
>
> -- 
> 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]
>
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>
>




More information about the Valentina mailing list