User Tools

Site Tools


namespaces

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
namespaces [2018/01/22 05:26] – created wolfgangriedmannnamespaces [2018/01/22 05:53] wolfgangriedmann
Line 44: Line 44:
 using Supplier using Supplier
  
-local oCustomerItem as Customer.Item +local oCustomerItem as Item
-local oSupplierItem as Supplier.Item+
  
-oCustomerItem := Customer.Item{} +oCustomerItem := Item{} 
-oSupplierItem := Supplier.Item{}</code>+</code>
  
 because you need to specify which class to take. The compiler has no chance to do that correctly. because you need to specify which class to take. The compiler has no chance to do that correctly.
  
namespaces.txt · Last modified: 2018/08/20 04:07 by wolfgangriedmann