| Author |
Comment/Response |
Henry Lamb
|
10/03/03 8:00pm
The function should be defined like this.
toSring[str1_,str2_]:=
Module[{... local variables go here ...},
... Body goes here ...
]
The last statement in the body should be some expression which evaluates to the list
{str1, str2}.
Look up Module in the help browser.
URL: , |
|