Fetch the string value name of a concept.
returnedString = conceptname(concept)
returnedString - type: str
concept - type: con
Name of concept as a string.
You cannot directly print out the name of a concept by referring to its handle, but instead must use this function to access its string valued name. If the concept is bad, an error appears in the log output window.
@CODE
"output.txt" << conceptname(makeconcept(findroot(),"test"));
Prints out the following in output.txt
test