Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-23 | 2013-05-23 | ||
| powershell example (martin) | symbol qualification not needed (martin) | ||
| Line 128: | Line 128: | ||
| Finally | Finally | ||
| ' Terminate line after the last file (if any) | ' Terminate line after the last file (if any) | ||
| - | If Example._lastFileName IsNot Nothing Then | + | If _lastFileName IsNot Nothing Then | 
| Console.WriteLine | Console.WriteLine | ||
| End If | End If | ||