get
gets the value of a Mathematica expression and sets a page context attribute with it.


get
get
gets the value of a Mathematica expression and sets a page context attribute with it.
Details
- The get tag is necessary to interact between the Wolfram Kernel and page expressions. It gets a result from the Wolfram Kernel and stores it in a page context attribute. Page context attributes can be used with other tag libraries and the expression language features of MSP pages. More information on this can be found in the section on extended page language.
- The get tag takes the following required attributes:
-
name attribute that specifies the name of the page context attribute to hold the result value attribute that specifies the Wolfram Language command to be evaluated
Examples
Basic Examples (1)
In the following example, the variable dValue is set to the result of the Mathematica function Random[]:
Text
Wolfram Research (1991), get, Wolfram Language function, https://reference.wolfram.com/language/WolframWebEngine/ref/tags/get.html.
CMS
Wolfram Language. 1991. "get." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/WolframWebEngine/ref/tags/get.html.
APA
Wolfram Language. (1991). get. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/WolframWebEngine/ref/tags/get.html
BibTeX
@misc{reference.wolfram_2025_get, author="Wolfram Research", title="{get}", year="1991", howpublished="\url{https://reference.wolfram.com/language/WolframWebEngine/ref/tags/get.html}", note=[Accessed: 25-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_get, organization={Wolfram Research}, title={get}, year={1991}, url={https://reference.wolfram.com/language/WolframWebEngine/ref/tags/get.html}, note=[Accessed: 25-August-2025]}