Jump to content

Break Lines


McGod
 Share

Recommended Posts

im using sqlite for a config.

I get unterminated string for it

sqlCOMMAND ( "CREATE TABLE " & $char & "_Character" & " ( Char_Mode, Char_Account, Char_Password, Char_Slot, _
....Char_Key_ShowBelt );" )

trimmed it abit


            
        

        

        
            

    
        

        
            [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
        
    

        
    

    

    




    Link to comment
    
        
    
    
    

    
    Share on other sites
    

    
        
            

    

        
            

    

        
            

    

        
            

    

        
    


    
    More sharing options...

    


    

                    
                    
                    
                

                    

                    
                    





    

    

    
        
            
                


    
        
    

                
                
                    
                        

                    
                
            
        
        
            
                


GaryFrost
            
            
                Posted 
                
            
        
    
    
        


GaryFrost
            
        
        
            
                
                    


    
        
    

                    
                    
                        

                    
                
            
            
                Developers
                
                    
                
            
            
                
                    
                        
                            
                                
                            
                                 7.4k
                            
                                
                            
                        
                        
                    
                
            
            
                

    
    
        
RIP: I don't need your attitude. I have one of my own
    
    

            
        
    
    
        



    
        
            
                
                    
                    
                    
                    
                    
                
            
            
                
                    
                    
                        
                        
                            Share
                        
                        
                        
                        
                        
                            
                                
                            
                            
                            
                            
                            
                            
                        
                    
                
                
            
        

        
            Posted 
            
            
                
                
            
        
    

    

    

    
        
        
            im using sqlite for a config.
I get unterminated string for it
 

sqlCOMMAND ( "CREATE TABLE " & $char & "_Character" & " ( Char_Mode, Char_Account, Char_Password, Char_Slot, _

....Char_Key_ShowBelt );" )

trimmed it abit

sqlCOMMAND ( "CREATE TABLE " & $char & "_Character" & " ( Char_Mode, Char_Account, Char_Password, Char_Slot, " & _
"Char_Key_ShowBelt );" )

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...