MapleUserInfo - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MapleUserInfo

print useful information to the user in external code

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

MapleUserInfo(kv, level, name, msg)

Parameters

kv

-

kernel handle returned by StartMaple

level

-

non-negative integer

name

-

procedure name

msg

-

message to be displayed

Description

• 

This function is part of the OpenMaple interface to Microsoft Visual Basic.

• 

The MapleUserInfo function displays information relevant to the procedure being executed. This command is equivalent to the userinfo command.  Information is displayed when infolevel[fn] = level, or infolevel[all] = level.

Examples

EvalMapleStatement kv, "infolevel[test_uinfo] := 4;"

MapleUserInfo kv, 4, "test_uinfo", "display this message"

See Also

OpenMaple

OpenMaple/VB/API

OpenMaple/VB/Examples

userinfo