Board index » delphi » Macros ?

Macros ?


2003-11-20 02:49:12 PM
delphi175
Hello,
Can I use macros in Delphi like this:
var
cStr: String;
begin
cStr := 'showmessage("test")';
&cStr
end;
Thanks
________________________________
Delphi 7
 
 

Re:Macros ?

On Thu, 20 Nov 2003 08:49:12 +0200, "Nasko Kulishev" <XXXX@XXXXX.COM>
writes:
Quote
Can I use macros in Delphi like this:
No.
---
Yorai Aminov (TeamB)
develop.shorterpath.com/yorai
(TeamB cannot answer questions received via email.)
 

Re:Macros ?

On Thu, 20 Nov 2003 08:49:12 +0200, Nasko Kulishev <XXXX@XXXXX.COM>writes:
Quote
Hello,
Can I use macros in Delphi like this:

var
cStr: String;
begin
cStr := 'showmessage("test")';
&cStr
end;
Where you get that? ;)
TIA,
Miro.
 

Re:Macros ?

Hi Miro,
This is Visual dBase style for macro!
Do you have any ideas how to use macros in Delphi?
Bulgarian text:
Zdravej, moge li da te popitam kak moge da se izpolzvat macrosi v Delphi?
Thanks.
"Miro Penchev" <XXXX@XXXXX.COM>writes
Quote
On Thu, 20 Nov 2003 08:49:12 +0200, Nasko Kulishev <XXXX@XXXXX.COM>
writes:

>Hello,
>Can I use macros in Delphi like this:
>
>var
>cStr: String;
>begin
>cStr := 'showmessage("test")';
>&cStr
>end;

Where you get that? ;)

TIA,
Miro.
 

Re:Macros ?

"Miro Penchev" <XXXX@XXXXX.COM>writes:
Quote
>cStr := 'showmessage("test")';
>&cStr
Where you get that? ;)
The unforgetable Clipper did that.
Good old times...
Marcio
 

Re:Macros ?

Hi,
Is the first thing I missed coming from Clipper.... I found this component.
www.gemini2k.com/sparksoft
I can sent to you a example working with arrays, just let me know.
Regards.
"Nasko Kulishev" <XXXX@XXXXX.COM>writes news:<XXXX@XXXXX.COM>...
Quote
Hello,
Can I use macros in Delphi like this:

var
cStr: String;
begin
cStr := 'showmessage("test")';
&cStr
end;


Thanks

________________________________
Delphi 7
 

Re:Macros ?

You could use a script control to run VBScripts and Javascripts.
"Nasko Kulishev" <XXXX@XXXXX.COM>writes
Quote
Hello,
Can I use macros in Delphi like this:

var
cStr: String;
begin
cStr := 'showmessage("test")';
&cStr
end;


Thanks

________________________________
Delphi 7