Hello...
below is my code:
Try
'create export directory if needed
If (Not System.IO.Directory.Exists(Trim(TextBox64.Text))) Then
System.IO.Directory.CreateDirectory(Trim(TextBox64.Text))
End If
Catch es As Exception
End Try...
Hi all,
Please help me with this issue I face with.
From a third-party software, I receive a string in an ASCII Textfile, which is originally cyrilic.
I have been given this kind of string: 7dkg0NLFxMzBx8HFzSDawSDSwdrVzc7ZxSDDxc7ZOg
I receive the information from the software that this is...
Hey folks I'm having a problem and I'd like your help. I'm trying to decode special characters in parameter values passed into a web page. Here's my script:
<%Response.charset="UTF-8"%>
<%@ Page Explicit="true" %>
<script language="VB" runat="Server">
</script>
<?xml version="1.0"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.