home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 May
/
macformat-024.iso
/
Shareware City
/
Science
/
Survival Folder
/
Macros
/
Recode.Macro
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-10
|
233 b
|
13 lines
|
[
TEXT/MJUA
]
MACRO 'Macro_Recode'
var
grado,stage:integer;
begin
grado:= 4;
stage:= 5;
{recode(4:1:2;5:2:3:9);an alternative way}
{recode(grade:1:2;stage:2:3:9); another way}
recode(rVar[4]:1:2;rVar[5]:2:3:9){this also works}
list(8,0);
end;