[Gambas-user] [Gambas Bug Tracker] Bug #1071: Format error generates error (ctrl + may + F)

bugtracker at ...3416... bugtracker at ...3416...
Sat Jan 21 21:56:41 CET 2017


http://gambaswiki.org/bugtracker/edit?object=BUG.1071&from=L21haW4-

Víctor PEREZ reported a new bug.

Summary
-------

Format error generates error (ctrl + may + F)

Type             : Bug
Priority         : Low
Gambas version   : 3.9
Product          : Bugtracker


Description
-----------

Format error generates error (ctrl + may + F)

Before formatting:
Dim Tablas As String [] = ["Genesis", "Exodus", "Leviticus", "Numbers", "Deuteronomy",
    "Judges," "Ruth," "Ezra," "Nehemiah," "Esther," "Ecclesiastes,"
    "Songs," "Lamentations," "Daniel," "Hosea," "Joel," "Amos," "Abdias,"
    "Jonah," "Micah," "Nahum," "Habakkuk," "Zephaniah," "Haggai," "Zechariah," "Malachi,"
    "Matthew", "Mark", "Luke", "John", "Acts", "Romans", "1Corinthians", "2Corinthians",
    "Galatians," "Ephesians," "Philippians," "Colossians," "1 Thessalonians," "2 Thessalonians,"
    "1 Timothy", "2 Timothy", "Titus", "Philemon", "Hebrews", "James", "1Peter", "2Peter"
    "1Juan", "2Juan", "3Juan", "Judas", "Apocalypse"]

After formatting: (creates an empty line that produces the error when executing program)

Dim Tablas As String [] = ["Genesis", "Exodus", "Leviticus", "Numbers", "Deuteronomy",
                                       (Empty line that produces error)
    "Judges," "Ruth," "Ezra," "Nehemiah," "Esther," "Ecclesiastes,"
    "Songs," "Lamentations," "Daniel," "Hosea," "Joel," "Amos," "Abdias,"
    "Jonah," "Micah," "Nahum," "Habakkuk," "Zephaniah," "Haggai," "Zechariah," "Malachi,"
    "Matthew", "Mark", "Luke", "John", "Acts", "Romans", "1Corinthians", "2Corinthians",
    "Galatians," "Ephesians," "Philippians," "Colossians," "1 Thessalonians," "2 Thessalonians,"
    "1 Timothy", "2 Timothy", "Titus", "Philemon", "Hebrews", "James", "1Peter", "2Peter"
    "1Juan", "2Juan", "3Juan", "Judas", "Apocalypse"]


System information
------------------

http://novatocodegambas.blogspot.com.uy/

https://sourceforge.net/projects/visorrv1960/

https://sourceforge.net/projects/taller2015/

https://sourceforge.net/projects/asistentetm/

https://sourceforge.net/projects/tanteadortenisdemesa/






More information about the User mailing list