#ifndef __VE0100D_H #include "ve0100d.h" #endif real f100( TRectype& r ) { return( r.get_real( "PREZZO" ) * r.get_real( "QTA" ) ); };