<div>Hello, I&nbsp;want to write a message with a&nbsp;String-argument, </div>
<div>which adds a new method to MyClass: </div>
<div>
<div>---------------------------------------------------------</div></div>
<div>aMethod: &#39;MyClass&#39; </div>
<div>
<div>---------------------------------------------------------&nbsp;&nbsp;</div></div>
<div>&nbsp;</div>
<div>This is what I wrote for aMethod:&nbsp; </div>
<div>---------------------------------------------------------</div>
<div>aMethod: myClassWhichExist <br>&nbsp;&quot;comment stating purpose of message&quot;</div>
<div><br>&nbsp;myClassWhichExist compile: &#39;myMethod<br>&nbsp;&quot;comment stating purpose of message&quot;<br>&nbsp;| h |<br>&nbsp;h:= &#39;&#39;Hello&#39;&#39;.<br>&nbsp;^ h.&#39; classified: &#39;delete&#39;</div>
<div>
<div>---------------------------------------------------------</div></div>
<div>&nbsp;</div>
<div>I get the following error message:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div>
<div>---------------------------------------------------------</div></div>
<div>ByteString(Object)&gt;&gt;error:</div>
<div>error: aString <br>&nbsp;&quot;Throw a generic Error exception.&quot;<br>&nbsp;^ Error new signal: aString</div>
<div>
<div>---------------------------------------------------------</div></div></div>
<div>&nbsp;</div>
<div>I understand that&nbsp;the class name&nbsp;&#39;myClassWichExist&#39;&nbsp;as string-argument doesn&#39;t go along with the compile-message.&nbsp; But to what do I need to convert the string-argument to make it work? </div>
<div>Many thanks in advance for your answers.</div>
<div>&nbsp;</div>
<div>Olitizia</div>