LinkageDesigner Package Paclet Symbol
GetStrippedName
GetAllLinkNames
See Also »
|
LinkageData Manipulation
More About »
GetFullName
GetFullName[
linkage
,
str
]
returns the full name of
str
using
linkage
's name.
MORE INFORMATION
The full-name is built up from the name of the linkage and
str
as "
linkage@str
".
linkage
is a LinkageData object.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Load LinkageDesigner package
In[1]:=
This creates a LinkageData object
In[2]:=
Out[2]=
Calculates the full name of "myLink"
In[3]:=
Out[3]=
Get the full and stripped name of "MyLinkage@myLink" string
In[4]:=
Out[4]=
In[5]:=
Out[5]=
GetStripped name strips down the string up to the first "@" character
In[6]:=
Out[6]=
SEE ALSO
GetStrippedName
GetAllLinkNames
MORE ABOUT
LinkageData Manipulation