Design Scripting Documentation
     
 
     
  Left Shift (alias of dispose(0))  
     
     
  Inputs:  
     
nothing
     
  Outputs:  
     
the disposed element
     
  Implementation
01  function lshift( )
02    if( pointer >= 0 ) then
03      if( isobject( elements( 0 ) ) ) then
04        set lshift = dispose( 0 )
05      else
06        lshift = dispose( 0 )
07      end if
08    else
09      lshift = vbnull
10    end if
11  end function
 
     

Creative Commons License
The Design Scripting Library, including its sources, online documentation and graphics, are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.

Online Documentation generated by { vbdoclib } version 1.0
Color-Coding generated by { vbcc } version 2.0
Page timestamp: { Feb. 2, 2006 }





 
     
     
 
Documentation
Cover Page
Expand
Collapse
 
Array
 
Bitmap File
 
Bounding Box
 
Color
 
Container
 
Doclet
 
Ellipse
 
Intersection
 
Language
 
Map
 
Matrix
 
Number
 
Nurbs
 
Range
 
STL File
 
Streams
 
String
 
Surface
 
Text File
 
Triangle
 
Vector
 
Vertex
 
Wave File