Files
harbour-core/harbour
Ron Pinkas 5cff3e5d7e // Note, aCompiledProcs MUST be an array.
PP_RunInit( aCompiledProcs )

   // Note the return value from PP_ExecProcedure() and no Procedure declaration in this 1st sample...
   Alert( PP_ExecProcedure( ;
        PP_CompileLine( ;
          PP_PreProLine( "Private cVar := 'Hi there'; ? cVar; Return 'Returned from embedded script!'" ), ;
                         0, aCompiledProcs, NIL, @nProcId )[1] ) )
2001-05-29 02:13:22 +00:00
..
2001-05-16 11:04:21 +00:00
1999-10-04 13:00:20 +00:00
1999-07-10 20:40:09 +00:00
1999-08-14 18:13:14 +00:00
1999-09-13 21:11:12 +00:00