ciao Alfonso, :-)
> I think the command is not implemented. I can't say that for sure, because
> I am far from my peg atm. But I can't find anything like "ViewList" in the
> Ambient sources.
from MOSSYS:Ambient/docs/changelog.txt:
[snip]
22.10.2005
- appclass.c
Added RXCMD_ViewList : lists view names/id. Can be useful for rexx
scripting. (fab1)
[snip]
seems so well planned three years ago but apparently not in operation.
The ARexx port has the following RC:
-1: bad definition
-2: out of memory
-3: unknown command
-4: bad syntax
-5: not yet implemented
- success: 0
- warnings: 5 to 9
- errors: 10 to 19
- fatals: 20 or more
and trying to invoke 'ViewList' appropriate results are obtained:
address AMBIENT
ViewList -> RC = -4
ViewList list -> RC = 0
ViewList STEM list -> RC = 0
ViewList STEM -> RC = -4
viewLost -> RC = -3
so I thought it was implemented and that something was wrong with my script
cari saluti,
paolo