topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday June 29, 2025, 4:55 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 83 84 85 86 87 [88] 89 90 91 92 93 ... 158next
2176
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 30, 2014, 05:29 PM »
Owwww simplicity !!!!!


:-\ doesnt seem to be working out too simple for you though (?)
(I know, I know, it can be difficult too with today's software...)

I know tomos.

I am a software lover with a complicated mind and bad memory looking for the perfect software. Why not in the past ?. I remember some years ago i was younger and that's a good point.
 ;D

At the present moment i am going mad with javascript, DOM, COM, AHK......
Ah my beloved dBASE.
 :-*
2177
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 30, 2014, 03:46 PM »
I fail to understand this quest for old software. :huh:
Please try to explain why you would want to start using this very old, and unsupported, software. There are so many, much better and modern, alternatives available.

Owww Ath. Why change an old apple for a green one ?

I am a vetust software lover.
Can you understand this ?

I love the old point in a black screen. Owwww simplicity !!!!!!!!!!!!!!!!!

 :-*
2178
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 29, 2014, 06:39 PM »
I am taking a look at javascript, DOM, COM,.......
so many information i can't memorize or simply locate
 :-[
2179
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 29, 2014, 06:38 PM »
I have tried to find a download center for this program, but not success.
I don't remember any Omnis and is supposed I obtain the five disks dBASE in omnis format......

 :(
2180
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 29, 2014, 06:34 PM »
I am here again.
I see Omnis Studio and a hosting service Omnis.
So...
Must be older...
so must be :
http://www.proberten...pl?keyword=Omnis+5.0


2181
Beatiful indeed. Thanks both of you very much.
After some knowledge of regex i am convinced is for good professionals like yours.

Best Regards
 :tellme: :tellme: :tellme: :tellme:
2182
I want to delete all the lines that begins with "dermatitis" without quotes.
But the effect is that all the lines are deleted.....

Follow lanux128's steps but check the "Regular Expressions" box and use this as a search string: ^dermatitis
 (see attachment in previous post)

Understood. So seems we have a powerful "hidden" script maker with pspad.
I am charmed with the scripts to deleted x characters from any line selected (or repeating the script in many lines....)
 :-*
2183
So the conclusion is :

The above example is useful to delete all the lines that contains a predefined String
 :-*
2184
 :-*
I am here again.
I have made exhaustive proofs because I don't was very convinced of the problem to solve.
But really PSPAD, under the conditions expressed by Lanux128 delete the entire line.
Consider this example :
dermatitis es la enfermedad
dermatitis es una enfermedad
la dermatitis es una enfermedad
la enfermedad conocida como dermatitis
una enfermedad conocida como dermatitis produce sufrimiento por la picazón

I want to delete all the lines that begins with "dermatitis" without quotes.
But the effect is that all the lines are deleted.....

But the point or interesting effect of this experiment is the PSpad interpretation of delete the entire line because we can't initially supposed that pspad will delete the entire line is simple encounter the string inside that line in any position.

I remember my wonderful dBASE III and the commands trim() ,left trim() , right trim() , substring() and so on. (Please I don't remember exactly, but I think was something similar). With those functions i can manipulate strings.

 :P
2185
Yes. But seems don't delete the entire line that contains the string, or mantain if is the case.
 :-*
can you post a screenshot of these lines? maybe that could give a clue as to why they are not being deleted.
forgive me lanux128. I haven't tried. It just a thought the line will not be removed. The line contains the string, but you said that only the string will be removed in the copied file.
 :-[
2186
throwing my hat into DoCo's favourite past-time. :-\

@Contro: since you mentioned PSPad, there is a way to do what you wanted (or at least what i *think* you wanted) within PSPad.

1. Open the text file in PSPad.
2. Press Control + F to open the 'Find' dialog.
3. Type the "predefined" string.
4. Click "Copy non-matching" (see attached image).
5. Click the "Copy" button.
6. PSPad will open a *new* text file without the "predefined" string that you didn't want.
7. Now you just have to save it.

Attached image: PSPad Find Dialog

Yes. But seems don't delete the entire line that contains the string, or mantain if is the case.
 :-*
2187
 ;D
done .
The code with pspad is something like this

ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDeleteChar
ecDown

Beginning from the line we want to remove the first 13 characters.
"As usual" is enough to repeat the macro to remove the second line
and so on.
 :-*
2188
I have found something may help. And perhaps a macro with pspad is enough

:

Home
Delete Delete Delete
Down
Home
Delete Delete Delete
Down
Home
Delete Delete Delete


or something similar may serve. But I don't remember how. But i create a macro in pspad yesterday. Damn memory !!!!!!!!!!!!!!!!!
 >:(
2189
Contro, you really ought to try Text Monkey Pro.  It's not free ($30) but it can do all sorts of things to text files including the thing you mention in this post and many that you've mentioned in the past.

http://www.boxersoftware.com/tmfeat.htm

In the "Line Operations" section, there is a "Delete lines that contain user-specified text" option that should cover your need expressed in this thread.

 :-* Running to try


I am trying, but is not exactly to extract the beginning lines with <String>, instead lines containing a <string> is the target with Text Monkey (There is a lite version too)
but finally i obtain the lines, but now I have to elliminate every first characters of any residual line . How can i do that now ?
the first characters of every line are not the same.
Are the 12 first characters of any line.
 :-*
2190
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on January 26, 2014, 04:02 PM »
system Menu.
 ;D
Perhaps are more options. I can enhance for more options. It's very easy for everyone.
2191
sorry. these answers go in the other post.....

https://www.donation...?topic=37083.new#new
 :-[
2192
I am interested in other options like favorite for firefox, etc.

 ;D
2193
Done !!!!!!!!!!

I think is well done. In English. Someone to try ?
 :-*
2194
Please wait for me.
It's almost done, but i have a little error and have to depure.

2195
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on January 26, 2014, 02:57 PM »
I desire to put this in practice inmediately. so i will do the ini file
 :P
2196
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on January 26, 2014, 02:56 PM »
 ;D
I found it !!!!!!!!!!!!!!!!!!!!!!!! incredible

Incredible !!!!!!!

its very simple.
Un pack the files in a folder
the launch.ini file is for configuration. You can configure so may rows and columns you need. I recommend not so many because is you have a tiny screen may have problems to locate the options.
You can edit the paths to be launched even from the executable file .ahk extension.
Yo you will need to have installed the wonderful autohotkey_L or similar. Exist a similar version for Autoit i have too. but at the past moment i selected the ahk option.

 :-*
2197
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on January 26, 2014, 02:36 PM »
Don't worry. That's the idea.
I remember I have somewhere special and simple menus made with AHK or similar. Definible. That is the number or rows and files.
I have that menues created, but finally there are so many launchers tools that I finish with my beloved Goldmine.
but i will put the link.
I must have somewhere.
 :-[
2198
Contro, you really ought to try Text Monkey Pro.  It's not free ($30) but it can do all sorts of things to text files including the thing you mention in this post and many that you've mentioned in the past.

http://www.boxersoftware.com/tmfeat.htm

In the "Line Operations" section, there is a "Delete lines that contain user-specified text" option that should cover your need expressed in this thread.

 :-* Running to try
2199
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on January 26, 2014, 01:19 PM »
I love scripting :) I had a menu back in my XP days that had a listing of all of the rundll32 commands I frequently used and let me press 1-40 to launch them :)

 :-[
Perhaps do you know where is that splendid multilauncher ?
 :P
2200
General Software Discussion / Re: Automate options in windows 7
« Last post by Contro on January 26, 2014, 12:38 PM »
Thanks you very much. I am organizing all the bat's files.
And I will try to memorize the more used frequently.

Best Regards
 :-*
Pages: prev1 ... 83 84 85 86 87 [88] 89 90 91 92 93 ... 158next