Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_WebAccess_Q09_2.eal

Scroll Prev Top Next More

structure Address is 

   string Line[3] 

   string City 

   string PostalCode 

end structure 

 

structure Client is 

   string Name 

   structure Address 

end structure