blob: c0c7ca8aa169967122f13f6032f49f6fc5f8abe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
{
ide 0.9.2 dos/win32 2002/05/31
press F7 or F8 more times:
the green row is in first position when work with the macro
This problem is more complex with more macros
Category: IDE(Text)
Type: Error
Date entered: 2002-06-12
Submitter:salvatore licciardi
Date Fixed: 2002-09-05
Fix version: 1.0.7
Fixer: Pierre Comment:
Was a general problem with the file position
within a macro. Merged to 1.1 branch. }
{$macro on}
//you need 30..40 enter
{$include uw2004.inc}
begin
{$define x:= write('ooooo');
write('ooooo');}
x;
write('ppppp');
y;
x;
writeln;
end.
|