No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I'm trying to make a integer to string and also string to integer. Integer to string is what I want because if I finish integer to string I think I can reverse it. Here is I have a wrong output. I likely created a number system in string like how … | |
Re: What is the problem? If I create a sub that search and create file this is my code: Imports System.IO Public Sub SaveAllTxTFiles() On Error Resume Next Dim Str As String = "" Dim Dir As New DirectoryInfo(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)) For Each S As String In Directory.EnumerateFiles(Dir.FullName, "*.txt", SearchOption.AllDirectories) Dim F As … | |
Re: Not sure about this. Use something like this: Now.TimeOfDay.CompareTo() 'Function |
The End.