Search found 12 matches

by karipay
Tue Mar 20, 2012 9:19 pm
Forum: General
Topic: Stand Alone
Replies: 0
Views: 331

Stand Alone

Hi guys,
Is there such thing as a standalone textpad, just copying the folder and running the textpad.exe file?

I really like textpad but i can't install it in my PC since all software installations needs to be requested now and it will take a while to get approval.

Thanks in advance!
by karipay
Fri Oct 29, 2010 3:03 pm
Forum: General
Topic: Search from column x to column y
Replies: 4
Views: 539

Thanks Ben!!! This worked perfectly!!!
by karipay
Mon Oct 25, 2010 10:26 pm
Forum: General
Topic: Search from column x to column y
Replies: 4
Views: 539

Thanks for the quick reply Ben!

It worked for all of the rows/records, basically removing col. 120-150.

But is there a way to skip the row or record if data is present in the original 120-150 cols?
by karipay
Mon Oct 25, 2010 7:57 pm
Forum: General
Topic: Search from column x to column y
Replies: 4
Views: 539

Search from column x to column y

Is this possible in textpad?

Most of my data in column 120 to 150 in my file contains spaces. Just want to delete these 30 bytes/spaces basically moving column 151 as the new COLUMN 120 for the affected rows.

I don't want to do a block mode select since I don't want to lose some of the rows that ...
by karipay
Wed Jan 13, 2010 3:59 pm
Forum: General
Topic: Is there a way to search a record by column numbers?
Replies: 2
Views: 330

This worked! Thanks a lot!

[quote="ben_josephs"][b][color=blue]^....4[/color][/b]
or
[b][color=blue]^.{4}4[/color][/b]

The second of these assumes you are using Posix regular expression syntax:
[quote][u]C[/u]onfigure | [u]P[/u]references | Editor

[[b][color=blue]X[/color][/b]] Use [u]P[/u]OSIX ...
by karipay
Tue Jan 12, 2010 9:40 pm
Forum: General
Topic: Is there a way to search a record by column numbers?
Replies: 2
Views: 330

Is there a way to search a record by column numbers?

Hi.

Just want to know if this is possible in textpad. Searching by column number?


FILE
A2334
B1245
C2134

Search file for column 5 = "4"
A2334
C2134

TIA!
by karipay
Thu Oct 15, 2009 9:07 pm
Forum: General
Topic: Combine lines with the same first 4 bytes
Replies: 8
Views: 1712

Combine lines with the same first 4 bytes

Hi,

Is it possible to combine 2 line having the same 4 bytes in textpad?

EX.
0001ABCDEFG
0001HIJKLMNO
0002PQRSTUV

Output
0001ABCDEFGHIJKLMNO
0002PQRSTUV

TIA!
by karipay
Thu Oct 15, 2009 8:31 pm
Forum: General
Topic: MACRO to call XMLTIDY external tool
Replies: 0
Views: 286

MACRO to call XMLTIDY external tool

Hi.

I was trying to record a macro and part of the recording is to call the XMLTIDY external tool. But somehow, while recording, when i go to external tools, the xmltidy is disabled. Is there a way i can call this external tool while recording my macro?

TIA!
by karipay
Tue Aug 18, 2009 3:25 pm
Forum: General
Topic: How to Remove beginning xml to ending xml tags?
Replies: 2
Views: 417

This worked! Thanks a lot!
by karipay
Mon Aug 17, 2009 5:06 pm
Forum: General
Topic: How to Remove beginning xml to ending xml tags?
Replies: 2
Views: 417

How to Remove beginning xml to ending xml tags?

Hi I have this XML and would like to remove one element. Can anyone please help me.

Example. I want to remove tag2.
<tag1>abcde</tag1>
<tag2>fghij</tag2>
<tag3>klmno</tag3>

so my output should be like this.
<tag1>abcde</tag1>
<tag3>klmno</tag3>

Thanks in advance!
by karipay
Wed Feb 11, 2009 10:32 pm
Forum: General
Topic: Help with MACRO
Replies: 2
Views: 335

Sorry bout the confusion but thanks for the idea!
by karipay
Thu Feb 05, 2009 10:37 pm
Forum: General
Topic: Help with MACRO
Replies: 2
Views: 335

Help with MACRO

Hi,

Is there a way i can create a MACRO to search for words and each word will be put it in a new line? Also, each word can repeat multiple times (> 100) and is placed randomly in the text file.

EX. Word1word2word3word4word5word6word2word1word6word99word......

I wanted the result to be like this ...