> hi,
>
> i don't use EXEC usually but this time do and immediately have a problem
> with it (gambas2).
> you can't do
> EXEC ["ls -l ."] TO s
> why doesn't this do anything? (i know, an array is expected, but isn't
> it the same if i specify three arguments or just one containing all the
> thr
hi,
i don't use EXEC usually but this time do and immediately have a problem
with it (gambas2).
you can't do
EXEC ["ls -l ."] TO s
why doesn't this do anything? (i know, an array is expected, but isn't
it the same if i specify three arguments or just one containing all the
three?)
regards,
tob