Hallo,
hast Du's schon mal so versucht?
BirgittaPHP-Code:
D DS
D Text_Array Dim(99)
D TxtNr 3S 0 Overlay(Text_Array) inz(*Zeros)
D Txt 40A Overlay(Text_Array: *Next)
*--------------------------------------------------------
/Free
TxtNr(1) = 1;
Txt(1) = 'ABC';
Dsply Text_Array(1);
/End-Free
Bookmarks