Home › Forums › Problems and solutions in GDL › Documentation elements, text handling › ID of layout › Reply To: ID of layout
February 11, 2016 at 06:35
#2245
Participant
I use this
temp=REQUEST (“HomeDB_info”, “”, homeDBIntId, homeDBUserId, homeDBName, homeContext)
!—————————–
txt1=datetimestring
txt2=index+pop
txt3=homeDBIntId+pop
Pop – this is my variable start number
But script don’t use “homeDBUserId”(layout id) as arithmetical number (“homeDBIntId”(global ID) – used as number)
Can I convert “homeDBUserId” to number?