MapleUserInfo - print useful information to the user in external code
|
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"
|
|
|
|
|
Download Help Document
Was this information helpful?