( |
|
|
|||
Returns Code of Module from the module list with the given position |
Parameters: | |
Row number of Module in the module list | |
procedure ModuleList() begin Integer i,m; string 10 tstr; m = GetNumOfModules; for (i=1;i<=m;i=i+1) begin tstr = GetModuleCode(i); Trace("Module code",tstr); end; return; end;
Related topics: |