
| function ... returns mytype Kategorie: Programmierung (von Johannes, http://www.mindrobots.de - 22.10.2002 13:38) | |
|  | |
| Moin! Ich habe folgendes kleines Problem: --- type adresse { byte brick; byte port; } function giveBrickAdresse (byte port) returns adresse { [...] return ??? //jetzt soll brick aus adresse gesetzt werden return ??? //dann soll port aus adresse gesetzt werden } --- Und wie mache ich das? Danke für die Hilfe. Gru� Johannes Meine Seite: http://www.mindrobots.de | |
| Antwort schreiben Antworten:  Re: function ... returns mytype (von André H. - 22.10.2002 17:26)  Re: function ... returns mytype (von Johannes - 23.10.2002 12:13) | |