When I used Personal Editor to edit source code
for dBase II and Pascal I made macros to
make structures
like
IF ... THEN
ELSE
END IF,
or
SELECT CASE ...
CASE
CASE
ELSE
END SELECT
I pushed ^I or ^S, the macro wrote the above
lines and empty lines between the the went back to the
IF line or SELECT line respectively.
How can I do a similar macro for Access Basic?
The quick and dirty solution that I use Persional Editor II again.
The Pascal If-then-else macro was:
def c-i = [key enter] 'IF THEN BEGIN' [key enter] 'END' [key enter] 'ELSE BEGIN' [key enter] 'END;' [up] [insert line] [up 3] [insert line]
Regards
Ferenc Nagy Ferenc Nagy
|\ /~ ~~|~~~ nagyf@alpha0.iki.kfki.hu Fax: (36-1)-392-2529 New!
| \ | | Institute of Isotope and Surface Chemistry
| \ | -+- 1525 Bp. POB 77. Tel.
36-1)-392-2550
| \| | `-' ' `-' "The goal of the life is the struggle itself"
for dBase II and Pascal I made macros to
make structures
like
IF ... THEN
ELSE
END IF,
or
SELECT CASE ...
CASE
CASE
ELSE
END SELECT
I pushed ^I or ^S, the macro wrote the above
lines and empty lines between the the went back to the
IF line or SELECT line respectively.
How can I do a similar macro for Access Basic?
The quick and dirty solution that I use Persional Editor II again.
The Pascal If-then-else macro was:
def c-i = [key enter] 'IF THEN BEGIN' [key enter] 'END' [key enter] 'ELSE BEGIN' [key enter] 'END;' [up] [insert line] [up 3] [insert line]
Regards
Ferenc Nagy Ferenc Nagy
|\ /~ ~~|~~~ nagyf@alpha0.iki.kfki.hu Fax: (36-1)-392-2529 New!
| \ | | Institute of Isotope and Surface Chemistry
| \ | -+- 1525 Bp. POB 77. Tel.
| \| | `-' ' `-' "The goal of the life is the struggle itself"