#PXPs calling PXPs
Is it possible for one IPAS routine (especially a .PXP) to call another as a
subroutine, or even just branch to it? If so, it seems to me that this would
be a very easy way around the 14 PXP limitation — simply write a real small
.PXP that simply displays a list of all other .PXP files in the PROCESSES
directory, allows you to choose one, and then executes it. Voila!