MSIR.0785 (methodtype) (name) already defined: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
The method indicated in this message had already been defined previously when another definition was encountered. Most likely, this is caused by the procedure that contains the method definition being accidentally Included twice. [[The User Language Macro Facility]] can sometimes be helpful in preventing such a problem.  
The method indicated in this message had already been defined previously when another definition was encountered. Most likely, this is caused by the procedure that contains the method definition being accidentally Included twice. The [[User Language Macro Facility]] can sometimes be helpful in preventing such a problem.  


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 18:43, 23 April 2014

The method indicated in this message had already been defined previously when another definition was encountered. Most likely, this is caused by the procedure that contains the method definition being accidentally Included twice. The User Language Macro Facility can sometimes be helpful in preventing such a problem.