Hi,
I´m using PB Dos 3.5 and this code errors with 477: why ?
type tee
t(1 to 10) as string *2
end type
dim d as tee
dd$=" 1 2 3 4 5 6 7 8 910"
lset d=dd$
array sort d.t(),descend '--- this is the error line
Thanks for help
Matthias Kuhn
------------------
I´m using PB Dos 3.5 and this code errors with 477: why ?
type tee
t(1 to 10) as string *2
end type
dim d as tee
dd$=" 1 2 3 4 5 6 7 8 910"
lset d=dd$
array sort d.t(),descend '--- this is the error line
Thanks for help
Matthias Kuhn
------------------
Comment