There is an easy way to delete the contents of an array. Is possible by the command Erase
                    1 2 3 4 5 6 7 8 9 10 11  | 
                
                    Option Explicit Sub FeldBeispiel() Dim fFeld(5, 5) As Integer fFeld(3, 3) = 3 MsgBox fFeld(3, 3) Erase fFeld MsgBox fFeld(3, 3) End Sub  | 
            
These posts might also be interesting:
author.
I am Tobias, I write this blog since 2014, you can find me on twitter and youtube. If you want you can leave me a paypal coffee donation. You can also contact me directly if you want.
                                            
                    
                        
    
                SAP Analysis for Office - The Comprehensive Guide     
                            
                
                                                            
    The book SAP Analysis for Office - The Comprehensive Guide by Tobias Meyer is a pdf book about SAP Analysis for Office. It is based on Analysis for Office 2.8 and contains 346 Pages.
                                                                                        
                        
                                                        45,00 €
                                                        
                                                             
                        
                    
                                            
                    
                        
    
                SAP Analysis for Office - The Comprehensive Guide     
                            
                
                                                            
    SAP Analysis for Office - The Comprehensive Guide is a pdf book about SAP BusinessObjects Analysis for Office. It is based on Analysis for Office 2.7 and contains
    299 Pages.
                                                                                        
                        
                                                        37,00 €
                                                        
                                                             
                        
                    
                                            
                    
                        
    
                SAP Analysis for Office - The Comprehensive Guide     
                            
                
                                                            
    SAP Analysis for Office - The Comprehensive Guide is a pdf book about SAP BusinessObjects Analysis for Office. It is based on Analysis for Office 2.6 and contains
    272 Pages.
                                                                                        
                        
                                                        27,00 €
                                                        
                                                             
                        
                    
Write a comment