| Author |
Comment/Response |
Forum Moderator
email me
 |
04/23/97 3:49pm
Reply to message #314 from Bruce Foster: > When I try to load an Add-On package I recieve an error meeage, can you explain to me what I am doing wrong? > > For example, when entering: > > <<Graphics'ComplexMap' > > I get the following message: > > Get::noopen : > Cannot open Graphics'ComplexMap' > > Any help would be appreciated. > > B. Foster > ________________ ^^^^^^^^^^^^^^^^ You are using the apostrophe ( ' ) instead of the backquote ( ` ) (which shares a key with the tilde ( ~ ) in the upper left corner of your keyboard) as your separator character. Try: Graphics`Graphics` instead. Forum Moderator
URL: , |
|