CodeTools
DecodeName
decode an encoded procedure name for use with the CodeTools package
Calling Sequence
Parameters
Description
Examples
DecodeName(e, opts)
e
-
name encoded using the CodeTools[EncodeName] command
opts
equation(s) of the form output=value where value is one of string or name; specify the type of output
The DecodeName(e) command decodes e into a procedure name.
If you specify the optional argument output = string, the decoded name returns as a string. The string represents the fully qualified version of the specified name.
Encoded names can be created using CodeTools[EncodeName] function. They also occur occasionally in data returned from CodeTools functions.
Encoding and decoding names is generally only required if you want to interact with the data used in the CodeTools subpackages directly. If the provided functions are sufficient for your purposes, you may not need to use the DecodeName and EncodeName functions.
a≔CodeToolsEncodeName⁡solve
a≔_Inert_ASSIGNEDNAME⁡solve,PROC,_Inert_ATTRIBUTE⁡_Inert_EXPSEQ⁡_Inert_NAME⁡protected,_Inert_ATTRIBUTE⁡_Inert_NAME⁡protected,_Inert_NAME⁡_syslib
CodeToolsDecodeName⁡a
solve
a≔CodeToolsEncodeName⁡CodeToolsDecodeName:
CodeTools:−DecodeName
CodeToolsDecodeName⁡a,output=string
CodeTools:-DecodeName
See Also
CodeTools[EncodeName]
CodeTools[Profiling][Build]
CodeTools[Profiling][GetProfileTable]
CodeTools[Profiling][Remove]
CodeTools[Profiling][Select]
Download Help Document