! ! Add data to a rass window. ! procedure rass-add platform string field string window string ! ! If this is actually a RASS platform, handle it differently. ! ! ! Actually check things? ! if (not substring (platform, 'rass/') and not realplatform(concat('rass/', platform))) message 'This is not a rass platform!' beep return endif ! ! OK, throw it in to all componenets in the window. ! ! local comp NthComp(window, 1) local comps pd_complist(window) foreach comp #comps parameter #window #comp platform #platform endfor endprocedure