Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Loa = ENTITY#(xx).Loa ; In which “xx” is the QEntityID of Entity ”Main Dimensions
  • Lpp = ENTITY#(xx).Lpp ; In which “xx” is the QEntityID of Entity ”Main Dimensions
  • Boa = ENTITY#(xx).Boa ; In which “xx” is the QEntityID of Entity ”Main Dimensions
  • Dm = ENTITY#(xx).Dm ; In which “xx” is the QEntityID of Entity ”Main Dimensions
  • Deck_data# = ENTITY#(xx). Deck_data# ; In which “xx” is the QEntityID of Entity ”Decks
  • File_name_Excel$ = "Deck_data_" + STR$(TIME(0)) + ".xls"
  • Total_deck_area = Data_to_excel$.Total_deck_area
  • To show computed values during a dialogue write “@SHOW” behind “QEntityData”.

Parameter “Data_to_Excel$” contains the EXCEL#() function. Create the relation as shown in Figure 85. EXCEL#() function returns the result of an EXCEL spreadsheet calculation in TeLiTab format. See the wiki for a detailed description of EXCEL#() function. 

...