Maximum number of characters in Zone Name

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-03-01 06:35 PM
‎2011-03-01
06:35 PM
Thanks
kevin s burns, AIA
massachusetts, usa
AC25 (1413), since AC6
Windows 10
Intel Core i7 -8700 @ 3.2 GHz~ 16 GB ram
massachusetts, usa
AC25 (1413), since AC6
Windows 10
Intel Core i7 -8700 @ 3.2 GHz~ 16 GB ram
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-03-01 08:09 PM
‎2011-03-01
08:09 PM
No, that is only true for the standard input fields in the zone settings dialog and in the info palette. It seems that both locations do not allow more.
But if you make a new entry in the User Interface, you have no problems to fill in more than 31 characters. Good luck.
But if you make a new entry in the User Interface, you have no problems to fill in more than 31 characters. Good luck.
UI_DIALOG "" UI_INFIELD "ROOM_NAME", 0,0, 444,20
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-03-03 06:06 AM
‎2011-03-03
06:06 AM
A tangentially related topic that came up recently in tech support email concerned the 31 character Zone Number, which can take "dotted" segmentation. So a Zone number could be "A1234567.8901234.567890.1234567" and via SQL you can query for values in the separate fields named NUMBER_SPLIT1, NUMBER_SPLIT2, NUMBER_SPLIT3, NUMBER_SPLIT4, in addition to NUMBER, which is the entire string between the quotes. So the value in NUMBER_SPLIT1 in the example would be "A1234567". I suppose this might be useful for some sort of space coding. The SPLITs do not have to be approximately equal in length as might be suggested by the example. NUMBER and each of the SPLITs are 255 character fields - although you may not be able to use that many through the AC interface.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-12-12 09:08 PM
‎2012-12-12
09:08 PM
Can you explain where in the user interface I change the code?