Previous Page Next Page Contents

register -- remove the memory limit of the demo version

Introduction

register(Name, Key) registers the MuPAD installation on UNIX platforms.

Call(s)

register(Name, Key)

Parameters

Name - the name entry of the registration code: a string
Key - the registration key: a string

Returns

TRUE if the registration was successful, and otherwise FALSE.

Further Documentation

See the MuPAD license agreement, which can be obtained from http://www.sciface.com/mupad_download/reg_form.htmlhttp://www.sciface.com/mupad_download/reg_form.html.

Details

Example 1

If the key is correct and the registration was successful, register returns TRUE:

>> register("My name", "12345-67890-ABCDE")
   
      Memory limitation removed.
      
      
                                   TRUE

Example 2

If you enter an invalid key, you will get the following message:

>> register("My name", "invalid key")
      Wrong password or not registered user.
      
      
                                   FALSE

Example 3

If the key is correct, but you have no write permission to the directory tree where MuPAD was installed, the following happens:

>> register("My name", "12345-67890-ABCDE")
      Cannot remove memory limitation.
      
      
                                   FALSE

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000