Viewing dummy string variables: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
<span class="f_Para">If a line has </span><span class="f_Para" style="font-style: italic; font-weight: bold;">?&amp;name</span><span class="f_Para"> (global variable) dummy string substitutions, the original line, </span><span class="f_EmphItal" style="font-style: normal; font-weight: bold;">prior</span><span class="f_Para"> to substitution of global variable values, is displayed in the pop up that is shown when you select Line Information.</span>
<span class="f_Para">If a line has </span><span class="f_Para" style="font-style: italic; font-weight: bold;">?&amp;name</span><span class="f_Para"> (global variable) dummy string substitutions, the original line, </span><span class="f_EmphItal" style="font-style: normal; font-weight: bold;">prior</span><span class="f_Para"> to substitution of global variable values, is displayed in the pop up that is shown when you select Line Information.</span>


<span class="f_Para">For example, a line you suspect has a dummy string substitution is displayed in the </span><span class="f_GUIlabel">Source Code</span><span class="f_Para"> page as:</span>
<span class="f_Para">For example, a line you suspect has a dummy string substitution is displayed in the </span><var>Source Code</var><span class="f_Para"> page as:</span>


<span class="f_CodeExList" style="font-weight: bold;">print 'Hello'</span>
<span class="f_CodeExList" style="font-weight: bold;">print 'Hello'</span>


<span class="f_Para">If you select</span><span class="f_GUIlabel"> Line Information</span><span class="f_Para"> after right clicking a line with substitutions, you see a display like:</span>
<span class="f_Para">If you select</span><var> Line Information</var><span class="f_Para"> after right clicking a line with substitutions, you see a display like:</span>


<span class="f_Para"> </span>[[File:dummydetails78.png|873x196px|dummyDetails78]]
<span class="f_Para"> </span>[[File:dummydetails78.png|873x196px|dummyDetails78]]


<span class="f_Para">To [[Watching program data items|watch]] the value of a dummy string global variable, you must [[Watching global variables|specify it explicitly with a &quot;g.&quot; prefix]] (omitting the </span><span class="f_Monospace">?&amp;</span><span class="f_Para"> characters) and add it to the </span><span class="f_GUIlabel">Watch Window</span><span class="f_Para">.</span>
<span class="f_Para">To [[Watching program data items|watch]] the value of a dummy string global variable, you must [[Watching global variables|specify it explicitly with a &quot;g.&quot; prefix]] (omitting the </span><span class="f_Monospace">?&amp;</span><span class="f_Para"> characters) and add it to the </span><var>Watch Window</var><span class="f_Para">.</span>


'''See Also''':
'''See Also''':

Latest revision as of 17:54, 25 April 2023

If a line has ?&name (global variable) dummy string substitutions, the original line, prior to substitution of global variable values, is displayed in the pop up that is shown when you select Line Information.

For example, a line you suspect has a dummy string substitution is displayed in the Source Code page as:

print 'Hello'

If you select Line Information after right clicking a line with substitutions, you see a display like:

dummyDetails78

To watch the value of a dummy string global variable, you must specify it explicitly with a "g." prefix (omitting the ?& characters) and add it to the Watch Window.

See Also:

Locating and editing procedure source files
Watching global variables
Source Code tab