Design Scripting Documentation
     
 
     
  Last Element  
     
     
  Inputs:  
     
nothing
     
  Outputs:  
     
the last element
     
  Implementation
01  function last( )
02    if( pointer >= 0 )then
03      if( isobject( elements( pointer ) ) )then
04        set last = elements( pointer )
05      else
06        last = elements( pointer )
07      end if
08    else
09      last = 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