Arbortext Command Language > Functions by Alphabetical Listing > window_count
  
window_count
window_count ([class[, firstonly]])
This function returns the number of existing windows of class, or all windows if class is not specified. If the argument firstonly is specified and non-zero, then window_count counts only the first window of each frame. For example, window_count("edit",1) would return the number of edit-class frames while window_count("edit") would include all edit windows, including those in split frames.
Related Topics
window_list function