Search found 10 matches

by Mike199028
17 Aug 2018, 11:38
Forum: Ask for Help (v1)
Topic: CSV delimited database help
Replies: 8
Views: 1956

Re: CSV delimited database help

I’ve managed the line breaks now, figured if I replace the line breaks in the csv with $(until I find a proper rare character) then when displaying it I’ll replace the $ with line breaks
by Mike199028
12 Aug 2018, 16:16
Forum: Ask for Help (v1)
Topic: CSV delimited database help
Replies: 8
Views: 1956

Re: CSV delimited database help

Anyone? I’ve been trying to fix this and everytime there’s a line break it breaks the ListView and the txt file
by Mike199028
11 Aug 2018, 17:57
Forum: Ask for Help (v1)
Topic: Newbie needing guidance
Replies: 6
Views: 1094

Re: Newbie needing guidance

That’s brilliant! Understand it more now!

What would I need to do to format it better? Meaning improving the tabs?
by Mike199028
11 Aug 2018, 11:22
Forum: Ask for Help (v1)
Topic: CSV delimited database help
Replies: 8
Views: 1956

Re: CSV delimited database help

Row1 and 2 are exempt from this but row3(the copied content) are in a parsed loop like this:

Row%A_Index% := A_LoopField

Then they are added into the ListView with col 3 containing row3(copied data)
by Mike199028
11 Aug 2018, 10:44
Forum: Ask for Help (v1)
Topic: CSV delimited database help
Replies: 8
Views: 1956

Re: CSV delimited database help

That’s worked, could do with finding a “rare” delimiter that won’t be used by many people.

I’m fairly new to AHK. I learn best by putting myself into projects and learning that way.

Also, how would I allow line breaks in it?
by Mike199028
11 Aug 2018, 07:14
Forum: Ask for Help (v1)
Topic: CSV delimited database help
Replies: 8
Views: 1956

CSV delimited database help

Hello, I'm currently making a basic clipboard manager, I've got the basics working, copy, display, save and delete. However, has the text file is CSV delimited: SHORT TITLE, DATE AND TIME, FULL CLIPBOARD TEXT I'm struggling to be able to allow commas and line breaks in my clipboard content, otherwis...
by Mike199028
07 Aug 2018, 14:16
Forum: Ask for Help (v1)
Topic: Newbie needing guidance
Replies: 6
Views: 1094

Re: Newbie needing guidance

Yeah I’ve removed the tooltip, I understand every command but the amount of loops I’m not entirely sure of the flow of the script. Plus how do the function take back it’s int value when it’s finished searching through subfolders? I get that it recurses Into each folder until it finds nothing else TH...
by Mike199028
07 Aug 2018, 12:44
Forum: Ask for Help (v1)
Topic: Newbie needing guidance
Replies: 6
Views: 1094

Re: Newbie needing guidance

Anyone be able to give me some guidance?
by Mike199028
06 Aug 2018, 04:49
Forum: Ask for Help (v1)
Topic: Newbie needing guidance
Replies: 6
Views: 1094

Re: Newbie needing guidance

Basically I want to go through a directory listing the whole subfolders and files, using a tab to separate each level but I want to understand the flow of the script
by Mike199028
05 Aug 2018, 18:18
Forum: Ask for Help (v1)
Topic: Newbie needing guidance
Replies: 6
Views: 1094

Newbie needing guidance

I found this script on this forum it does what I want, I’ve learnt the code I know what each command does but with the many loops I don’t know the flow of the script. I don’t want to learn something and not 100% know how it works. Like after it’s finished recursing into folders, how does it -1 on th...

Go to advanced search