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/



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to