BOOLEAN2VECTOR

THE BOX'S MAIN HELP:
This function converts boolean BOOL to vector V.
miTRUE = (1,1,1)		miFALSE = (0,0,0)

BOOL (input):
This must be a boolean. Default is miFALSE.
This value is converted to a vector.
miTRUE = (1,1,1)	miFALSE = (0,0,0)

V (output):
This function returns the vector version V of boolean input BOOL.
miTRUE = (1,1,1)	miFALSE = (0,0,0)

<-- BACK TO Components

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.