Changeset 455 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Oct 8, 1999, 5:12:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r449 r455 319 319 } 320 320 } 321 322 // Copie d'objets 323 else if (kw == "copy") { 324 if(tokens.size()<2) { 325 cout<<"Usage: copy name_from name_to"<<endl;return(0); 326 } 327 srvo->CopyObjects(tokens[0],tokens[1]); 328 } 329 321 330 322 331 // >>>>>>>>>>> Affichage des objets … … 798 807 mpiac->RegisterCommand(kw, usage, this, "Objects"); 799 808 809 kw = "copy"; 810 usage = "Copy objects \n"; 811 usage +=" Usage: copy name_from name_to"; 812 usage += "\n Related commands: new..."; 813 mpiac->RegisterCommand(kw, usage, this, "Objects"); 814 800 815 kw = "disp"; 801 816 usage = "Displays an object \n Usage: disp nameobj [graphic_attributes]";
Note:
See TracChangeset
for help on using the changeset viewer.