Example ObjVector append 009

 

 

Description

This example takes 2 existing Object Vectors and appends the values of each Object Vector. The result is placed in a new Object Vector.

 

Details

(setq X (new Vector: object: 2 #{A: 1 B: 2} #(1 2) ) ) Returns: #<ObjVector 123456>
(setq Y (new Vector: object: 2 #{dic| A: a B: b} #(1 2) ) ) Returns: #<ObjVector 234567>
(append X Y ) Returns: #<ObjVector 456789>
(display #<ObjVector 456789> ) Returns: #(obj| #{A: 1 B: 2} #(1 2 ) #{dic|| A a B b} #(1 2 ) )

 

Related Examples

Here are examples of the append function at work.

BitVector append 010 CpxVector append 013 FltVector append 007 IntVector append 007
List member 009 Matrix append 007 NumMatrix append 012 NumVector append 008
ObjVector append 009 Pair append 011 ShortVector append 008 String append 001
String append 002 Structure append 004 Structure append 005 Symbol append 003
Vector append 006

 

Function Links

Here is the link to the current function used in this example.

append

Here are a number of links to other related functions.

new(#void) replace(#void) rept(#void)

 

Argument Types

Here are the links to the data types of the arguments used in this example.

ObjVector

Here are a number of links to examples having similar argument types.

BitVector addMethod 023 Context globalBinding 001 Dictionary isDictionary 001 Dictionary objectToDictionary 001
Dictionary objectToDictionary 002 Dictionary objectToDictionary 003 Dictionary objectToDictionary 004 Dictionary refAttributes 002
Dictionary setAttributes 002 Directory objectToDirectory 001 Directory objectToDirectory 002 Directory objectToDirectory 003
Directory objectToDirectory 004 Directory refAttributes 003 Directory setAttributes 003 Lambda globalBinding 001
NumVector svmRegression 001 ObjVector addMethod 022 ObjVector append 009 ObjVector compare 017
ObjVector compareEQ 014 ObjVector compareGE 014 ObjVector compareGT 014 ObjVector compareLE 014
ObjVector compareLT 014 ObjVector compareNE 014 ObjVector comparison functions 014 ObjVector copy 009
ObjVector delete 012 ObjVector insert 008 ObjVector isAtom 008 ObjVector isEqual 016
ObjVector isIdentical 015 ObjVector isObject 010 ObjVector isObjectVector 001 ObjVector isType 019
ObjVector length 011 ObjVector member 007 ObjVector ref 025 ObjVector remove 007
ObjVector resize 009 ObjVector reverse 006 ObjVector setCdr 009 ObjVector setLastCdr 009
ObjVector setq 022 ObjVector sizeof 017 ObjVector type 019 ObjVector uniqueInsert 007
ObjVector vectorFill 006 ObjectRepository exportTab 001 ObjectRepository importTab 001 String isChar 001
String isCharAlphabetic 001 String isCharAlphanumeric 001 String isCharLowercase 001 String isCharName 001
String isCharNumeric 001 String isCharUppercase 001 String isCharWhitespace 001 String isEqual 001
String isEqual 002 String isObject 001 String isString 001 String isText 001
String isType 001 String isType 002 String isType 003 String sizeof 001
String string 001 String string 002 String string 003 String stringToBVector 001
String stringToBVector 002 String stringToBVector 003 String stringToVector 001 String stringToVector 002
String stringToVector 003 String stringToVector 004 String type 001 Structure objectToStructure 001
Structure objectToStructure 002 Structure objectToStructure 003 Structure objectToStructure 004 Structure refAttributes 001
Structure setAttributes 001 Symbol isCharName 002 Symbol isCharNumeric 002 Symbol isObject 002
Symbol isSymbol 001 Symbol isType 004 Symbol sizeof 002 Symbol type 002
Vector refAttributes 004 Vector refValues 004 Vector setAttributes 004 Vector setAttributes 005

Analytic Information Server (AIS)

AIS Component Systems

  • Smartbase Engine
  • QT C++ Libraries
  • MySQL Relational Database
  • AIS Lisp Libraries
  • Rapid Analytic Demo IDE