Hi,
I found the option to start using a card as a "library"
But iám not sure how to implement this.
Where do i put the "start using mycard"
And do i need to put the commands i want to use in the card script or in the stack script.
Any examples are more than welcome.
kind regards
Ivo
start using
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: start using
Dag Ivo,
unfortunaely "start using..." will onls work with (scripts of) stacks!
To use any other script as a library you need to insert the script into back or front like this:
...
insert script of cd "your library card here" into back
...
Et voila: Libary (kind of)
And dont forget to:
...
remove script of cd "your library card here" from back
...
If you do not use it anymore.
Best
Klaus
unfortunaely "start using..." will onls work with (scripts of) stacks!
To use any other script as a library you need to insert the script into back or front like this:
...
insert script of cd "your library card here" into back
...
Et voila: Libary (kind of)

And dont forget to:
...
remove script of cd "your library card here" from back
...
If you do not use it anymore.
Best
Klaus