Open main menu

Difference between revisions of "AGIWiki/load.view"

18 bytes added ,  15:15, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 34: Line 34:
//The following code loads VIEW.025 into memory using load.view:
//The following code loads VIEW.025 into memory using load.view:
load.view(25);
load.view(25);
</source>
</syntaxhighlight>


<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">
Line 40: Line 40:
v195 = 25;
v195 = 25;
load.view.v(v195);
load.view.v(v195);
</source>
</syntaxhighlight>


== Related ==
== Related ==
TrustedUser
2,147

edits