Jump to content

Unique unterminated string.


Recommended Posts

I'm not a great coder but I've found a slightly more unique unterminated string error. Where you see the questionmarks are charicters like" ü". The output there where the question marks are highlighted so I'm imagining they are related to the string error. Any advice on this would be amazing.

GLOBAL $3XH = [[2, "New Gridania", "Nouvelle Gridania", "Neu-Gridania", "?????????"], [3, "Bentbranch Meadows", "Ranch de Brancharquꥢ, "Gut Zwieselgrund", "?????????"], [4, "The Hawthorne Hut", "Hutte des Hawthorne", "Jagdh�� der Hawthornes", "?????????"], [5, "Quarrymill", "Moulin de la Carri鳥", "M��nbruch", "???????"], [6, "Camp Tranquil", "Camp des Sentes tranquilles", "Camp Seelenruhe", "??????????"], [7, "Fallgourd Float", "Radeau de la Calebasse", "Herbstk��s-See", "???????"], [8, "Limsa Lominsa Lower Decks", "Limsa Lominsa - L'Entrepont", "Untere Decks", "?????????????"], [9, "Ul'dah - Steps of Nald", "Ul'dah - Faubourg de Nald", "Nald-Kreuzgang", "?????????"], [10, "Moraby Drydocks", "Chantier naval de Moraby", "Moraby-Trockendocks", "???????"], [11, "Costa del Sol", "Costa del Sol", "Sonnenk��", "?????????"], [12, "Wineport", "Port-aux-Vins", "Weinhafen", "??????"], [13, "Swiftperch", "Le Martinet", "T��lturm-Siedlung", "???????????"], [14, "Aleport", "Port-aux-Ales", "Bierhafen", "??????"], [15, "Camp Bronze Lake", "Camp du lac d'Airain", "Camp Bronzesee", "????????????"], [16, "Camp Overlook", "Camp du Guet", "Camp Ausblick", "????????????"], [17, "Horizon", "Horizon", "Horizont", "?????"], [18, "Camp Drybone", "Camp des Os dessꤨ곢, "Camp Knochenbleich", "???????????"], [19, "Little Ala Mhigo", "Petite Ala Mhigo", "Klein-Ala Mhigo", "???????"], [20, "Forgotten Springs", "Oasis oubliꥢ, "Die Vergessene Oase", "?????????"], [21, "Camp Bluefog", "Camp de Brumebleue", "Camp Blauer Dunst", "???????????"], [22, "Ceruleum Processing Plant", "Usine de c공leum", "Erdseim-Fabrik", "?????"], [23, "Camp Dragonhead", "Camp de la T뵥 du dragon", "Camp Drachenkopf", "????????????"], [24, "Revenant's Toll", "Glas des revenants", "Geisterzoll", "????????"], [52, "Summerford Farms", "Vergers d'Estival", "Sommerfurt-H��, "????????"], [53, "Black Brush Station", "Gare de Roncenoire", "Kohlenstaub-Bahnhof", "????????????"], [55, "Wolves' Den Pier", "Jetꥠde l'Antre des loups", "Wolfsh��n-Pier", "???????????"], [56, "Estate Hall", "Maison", "Unterkunft", "???"], [57, "Estate Hall", "Maison", "Unterkunft", "???"], [58, "Estate Hall", "Maison", "Unterkunft", "???"], [59, "Estate Hall", "Maison", "Unterkunft", "???"], [60, "Estate Hall", "Maison", "Unterkunft", "???"], [61, "Estate Hall", "Maison", "Unterkunft", "???"], [62, "The Gold Saucer", "Gold Saucer", "Gold Saucer", "????????"], [70, "Foundation", "Ishgard - L'Assise", "Fundamente", "?????????"], [71, "Falcon's Nest", "Nid du faucon", "Falkenhorst", "????????"], [72, "Camp Cloudtop", "Camp de Cime-des-nuages", "Camp Wolkenwipfel", "????????????"], [73, "Ok' Zundu", "Ok' Zundu", "Ok' Zundo", "??????"], [74, "Helix", "Hꭩce", "Helix", "?????????"], [75, "Idyllshire", "Idyllꥢ, "Frohehalde", "????????"], [76, "Tailfeather", "La Penne", "Fiederhag", "???????"], [77, "Anyx Trine", "Annexe Trine", "Trin岭Annex", "?????"], [78, "Moghome", "Nid-Mog", "Moglingen", "???????"], [79, "Zenith", "Zꯩth", "Kreidetempel", "?????"], [96, "Estate Hall", "Maison", "Unterkunft", "???"], [97, "Estate Hall", "Maison", "Unterkunft", "???"], [98, "Castrum Oriens", "Castrum Oriens", "Castrum Oriens", "???????????"], [99, "The Peering Stones", "Rochers d'aguet", "Die Sp婥nden Steine", "??????????"], [100, "Ala Gannha", "Ala Gannha", "Ala Gannha", "?????"], [101, "Ala Ghiri", "Ala Ghiri", "Ala Ghiri", "????"], [102, "Porta Praetoria", "Porta Praetoria", "Porta Praetoria", "?????????"], [103, "The Ala Mhigan Quarter", "Faubourg mhigois", "Mhigisches Wohnviertel", "???????????"], [104, "Rhalgr's Reach", "L'ʴendue de Rhalgr", "Rhalgrs Wacht", "?????????"], [105, "Tamamizu", "Tamamizu", "Tamamizu", "??????"], [106, "Onokoro", "Onokoro", "Onokoro", "?????"], [107, "Namai", "Namai", "Namai", "????"], [108, "The House of the Fierce", "Cercle des Intr걩des", "Klause der Grimmigen", "???"], [109, "Reunion", "Ralliement", "Reunion", "????"], [110, "The Dawn Throne", "Tr��de l'Aube", "Morgenthron", "?????"], [111, "Kugane", "Kugane", "Kugane", "???"], [127, "Doman Enclave", "Quar

 

Link to comment
Share on other sites

  • Developers
5 hours ago, CodeCrusher said:

but I did check the line length and it is fine its only 4206

Well, that is not do fine as this is indicated in the helpfile:

Quote

AutoIt3 Limits/defaults

 

AutoIt3 limits Value Description
MAX_BINARYSIZE 2,147,483,647 Maximum bytes of binary data.
MAX_ENVSIZE 32767 Maximum size for an ENV variable.
MAX_LINESIZE 4095 Maximum size for a line of script.

Just split the line up and use the continuation character " _" at the end of the line.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...