CodeMirror: VBScript mode

1
' Pete Guhl
2
' 03-04-2012
3
'
4
' Basic VBScript support for codemirror2
5
 
6
Const ForReading = 1, ForWriting = 2, ForAppending = 8
7
 
8
Call Sub020_PostBroadcastToUrbanAirship(strUserName, strPassword, intTransmitID, strResponse)
9
 
10
If Not IsNull(strResponse) AND Len(strResponse) = 0 Then
11
    boolTransmitOkYN = False
12
Else
13
    ' WScript.Echo "Oh Happy Day! Oh Happy DAY!"
14
    boolTransmitOkYN = True
15
End If
16
 
 

MIME types defined: text/vbscript.