How can i get the actual line number within the running vbscript?
At the moment for debugging i use a debug-switch an message-boxes:
If Debug <> 0 Then
MsgBox "227-Error reading XMLConfig"
End If
But on doing changes and adding lines i have to changes all following entries - how can i detect the actual line number?
Thanks in advance... MR
At the moment for debugging i use a debug-switch an message-boxes:
If Debug <> 0 Then
MsgBox "227-Error reading XMLConfig"
End If
But on doing changes and adding lines i have to changes all following entries - how can i detect the actual line number?
Thanks in advance... MR