Hi all,
Is it possible to pass a fixed value to a function from a alias?
For example say you have a function which opens a web browser and that function accepts a parameter for the URL that you want the browser to load. You can then just call the function and pass the URL across. This will then load the browser with the specified URL.
What I want to try and do is create an alias called openMS. This alias would call the function and pass the url microsoft.com across. I could then create multiple aliases for opening various pages and use just one function.
I've had a bit of a search but can't seem to find anything so not sure if what I'm trying to do is possible.
Thanks
Peter