mirror of
https://e.coding.net/circlecloud/VBFunctionBas.git
synced 2025-10-01 12:36:57 +00:00
@ -157,6 +157,8 @@ Public Function GetData(ByVal url As String, Optional ByVal DataStic As DataEnum
|
||||
If Not IsObject(XmlHttp) Then Exit Function
|
||||
End If
|
||||
|
||||
If url = "" Then Exit Function
|
||||
|
||||
XmlHttp.Open "get", url, True
|
||||
XmlHttp.Send
|
||||
|
||||
|
Reference in New Issue
Block a user