-----> This script:

' VB Script Document
Option Explicit

Dim iForgot

For i = 1 To 10
        wScript.echo i
Next


-----> Gives the following CTRL+L

Microsoft (R) Windows Script Host version 5.8
Copyright (C) Microsoft Corporation 1996-2001. Alle rettigheder forbeholdes.

C:\Temp\New1.vbs(6, 1) Der opstod en Microsoft VBScript-k›rselsfejl: Variablen
er ikke defineret: 'i'

Process completed, Exit Code 0.
Execution time: 00:01.614


-----> And jumps to line 1 if I use %D%F %L%C

-----> Translation from Danish:

C:\Temp\New1.vbs(6, 1) A Microsoft VBScript-runtime error occurred: The variable
is not defined: 'i'

-- 
<http://forum.pspad.com/read.php?2,57892,57903>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem