TYPE Variable

In VB6 gab es die Möglichkeit ein Type Variable zu bestimmen.
zB.

Type Kunde Name as String*16 Nummer as Integer .... End Type
Gibt es sowas in Xojo auch

There is no “Type” variable in Xojo.

Like you I also used “Type” a lot when developing in VB6 ages ago. However Xojo provide a better way of doing this.

Instead, Xojo has structures. You can find more information about structures in the documentation. Here is the page :

http://documentation.xojo.com/index.php/Structure

In my opinion, structures are better than the Type variable in VB6. You can also create a class which is also a good choice.

Please accept my apology, but I can only write English. I do however understand spoken and written german language, however only to some point.

Wish you a very nice day and all the best.

Hope this helps.

Thanks, you have solve my problem.
Have a nice day