2021-07-29
06:18 AM
- last edited on
2021-09-14
08:56 AM
by
Noemi Balogh
!!!Sample PARAGRAPH syntax (Start):
!===PARAGRAPH
define style{2} "AC_STYLE_1" "Arial", 3, 0
paragraph "AC_PRG_1" 1, 0, 0, 0, 1
pen 1
set style "AC_STYLE_1"
"This is an example of paragraph text. I have to manually open the GDL Object and enter this paragraph text in the code each time I want to change my GDL object."
endparagraph
textblock "AC_TEXTBLOCK_1" 30, 4, 0, 1, 1, 1, "AC_PRG_1"
richtext2 0,0,"AC_TEXTBLOCK_1"
!!!Sample PARAGRAPH syntax (End)
A01 Ground Floor 1:50 A02 First Floor 1:50 A03 Roofs 1:50 A04 Section A 1:20 A05 Section B 1:20
!!!Sample DATA EXTRACT syntax (Start):
!********* RECORD SEARCH (DATA ADD-ON)
ch=OPEN("DATA",”SHEETS.TXT”,"MODE=RO, DIALOG")
searchfield="A03"
nr=INPUT(ch,searchfield,1,
sheetname, sheetscale)
text2 0,0,searchfield
text2 1,0,sheetname
text2 2,0,sheetscale
CLOSE ch
!!!Sample DATA EXTRACT syntax (Endt):
2021-07-29 08:09 AM