Initial Import from SourceForge

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:38:34 +02:00
commit d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions

22
help/position.html Normal file
View file

@ -0,0 +1,22 @@
<HTML>
<HEAD>
<TITLE>position</TITLE></HEAD>
<BODY>
<h1>position</h1>
<B>Category</B><p>
<a href="object_commands.html">Object/view commands</a><p>
<B>Syntax</B><p>
<p>
position(oA,X,Y);<p>
<B>Description</B><p>
<p>
The position on the screen of object oA is changed to X,Y. The position command should only be used if the object is not on screen (either it has not been drawn yet, or it has been erased). To change
the position of an object that is already on screen, use the <a href="reposition_to.html">reposition.to</a> command.
<p>
<B>See also</B><p>
<a href="position_v.html">position.v</a><p>
<a href="reposition_to.html">reposition.to</a><p>
<a href="reposition_to_v.html">reposition.to.v</a><p>
<a href="reposition.html">reposition</a><p>
<a href="positioning_objects.html">Positioning objects</a><p>
</BODY></HTML>