Reply To: Finding LIBRARYGLOBALS names

Home Forums Problems and solutions in GDL Others Finding LIBRARYGLOBALS names Reply To: Finding LIBRARYGLOBALS names

#2641
Dominika Bobály
Keymaster

Example in object:

!inicialize variable
_bOplinesTemp = 0
! request MVO parameter value
_bSuccess = LIBRARYGLOBAL ("LibraryGlobals13", "D_showBOpLine3D", _bOplinesTemp)
! possible values of "D_showBOpLine3D" : 0-1

if _bSuccess & _bOplinesTemp = 1 then
  ! do something if oplines are ON from MVO and request is successful
endif

Dominika Bobály
Product Manager
GRAPHISOFT SE