November 13, 200520 yr Is it possible to set up variables in tooltips? If so how do you do that? Could someone post an example script?
November 16, 200520 yr It is possible to reference script variables in the tooltip definition, but they will only have values if you're using global script variables ($$) and you're in the file that sets them, or using local variables ($) during the execution of the script that set them and in the file that sets them.
Create an account or sign in to comment