====SELECTPOINTS==== ===Parameters=== ^Order^Name^Type^Desc^ |1|selector|[[const|const]]|The Selector expression to use| ===Returns=== Adds a [[point_list|point list]] to the stack containing all of the point of data found via the selector. ===Description=== This command is used to get a list of points using a Selector syntax rather than through normal AQL functions such as [[fAIPOINTS]], [[mVALUES]] or [[fALLPOINTS]]. ===Example=== 'Finish Oven}:.Temperature - Oven' SELECTPOINTS //Returns all of the 'Temperature - Oven' values **anywhere** inside the Finish Oven.// ===See Also=== [[fSELECTASSETS]]