[DUG] exectuteString command?
Ross Levis
ross at stationplaylist.com
Wed Jul 26 12:24:47 NZST 2006
That is because .Net and Java are basically interpreted code, compiled to machine code as it goes, like the old Basic language was originally, which is why it was so slow compared to compiled Basic.
You can't have a dynamic string of code compiled on the fly to machine code unless you have a compiler built into your application.
Ross.
----- Original Message -----
From: Stefan Mueller
To: 'NZ Borland Developers Group - Delphi List'
Sent: Wednesday, July 26, 2006 12:02 PM
Subject: RE: [DUG] exectuteString command?
.NET and Java both have it .. but for Delphi you will have to use a scripting engine for that.
Kind Regards,
Stefan Mueller
------------------------------------------------------------------------------
From: delphi-bounces at ns3.123.co.nz [mailto:delphi-bounces at ns3.123.co.nz] On Behalf Of Paul A Norman
Sent: Wednesday, 26 July 2006 11:25 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] exectuteString command?
Dear all,
With the recent enhancements to Delphi, has TurboPascal introduced any sort of exectuteString command as in some dialects of Basic?
I.e. a string is parsed and then if the interpreted string is validly executable it is directly carried out as if it was part of the original exe.
In the days when we used to have to do things like program C64 and C128s for accounts/ invoices and wages, it was a very useful facility found in SuperBase.
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns3.123.co.nz/pipermail/delphi/attachments/20060726/101593f2/attachment.html
More information about the Delphi
mailing list