|   
 | 
 setq
 | 
  The setq function sets the value of a variable to a new value.    When to use  Use the setq function when you want to modify one of the bindings in a 
         structure, dictionary or directory.  You can modify either a key or a value of a 
         binding.
  (setq vector index newValue)  Strong Typed: 
                           Returns an updated Vector. 
   
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
 
   
 Here are the links to the data types of the function arguments.   Here are also a number of links to functions having arguments with any of these data types. 
              
 
 
You can always talk with the AIS at aiserver.sourceforge.net.
(setVector Vector index newValue) 
  (setBitVector BitVector index newValue)
   (setBytVector ByteVector index newValue) 
   (setFltVector FltVector index newValue)
   (setIntVector IntVector index newValue)  
    (setNumVector NumVector index newValue)  
    (setObjVector ObjVector index newValue)  
    (setShortVector ShortVector index newValue)  
   (setPcdVector PcodeVector index newValue)  
  
Name 
                                           Description 
                                           AIS Types vector  The Vector to be modified.  Vector BitVector ByteVector, ShortVector
              FltVector IntVector NumVector ObjVector PcodeVector.  index The index of element to be set. Integer newValue The new value that will occupy the location Vector[index]. Character String Symbol Vector BitVector ByteVector IntVector
                       FltVector ObjVector Structure Dictionary Directory
                       Matrix NumMatrix Integer Float Number Complex Boolean 
 
Returns:
Examples
Argument Types
 
 
  
 
How do I contact the AIS team?