Search found 20 matches

by Siaruzb
Mon Feb 28, 2011 2:45 pm
Forum: General
Topic: Complex replacing
Replies: 2
Views: 484

Find what: ^([0-9]+)"_
Replace with: \1_"

These are works better. Thank you very much Ak47wong.
by Siaruzb
Fri Feb 25, 2011 5:53 pm
Forum: General
Topic: Complex replacing
Replies: 2
Views: 484

Complex replacing

Hello everyone,

I have following blocks:

10" wording 1"
11" wording 2"
12" wording 3"

10" wording 4"
11" wording 5"
12" wording 6"
...

I need to replace them with...

10 "wording 1"
11 "wording 2"
12 "wording 3"

10 "wording 4"
11 "wording 5"
12 "wording 6"
...

I know how to find and replace ...
by Siaruzb
Tue Jun 30, 2009 4:40 pm
Forum: General
Topic: How to line up list of var's?
Replies: 2
Views: 359

Great. Thank you very much ben_josephs
by Siaruzb
Tue Jun 30, 2009 3:28 pm
Forum: General
Topic: How to line up list of var's?
Replies: 2
Views: 359

How to line up list of var's?

I have list of variables in one column:

Q59BA
Q60BA
Q61BA
Q62BA
Q63BA
Q64BA
Q65BA
Q66BA
Q51CA

Please advise how to put them in one row like this:

Q59BA Q60BA Q61BA Q62BA Q63BA Q64BA Q65BA Q66BA Q51CA

Thanks.
by Siaruzb
Thu Aug 30, 2007 6:50 pm
Forum: General
Topic: Adding a new four lines
Replies: 1
Views: 280

Finally Done.

REARCH: /PFOOTNOTE=LEFT ".newpage"
REPLACE: /PFOOTNOTE=LEFT ".newpage"\n/TEXT A1\n/TEXT A2\n/TEXT A3\n/TEXT A4\n/TEXT A5
by Siaruzb
Thu Aug 30, 2007 4:05 pm
Forum: General
Topic: Adding a new four lines
Replies: 1
Views: 280

Adding a new four lines

I have following syntaxes for more than 100 questions:

VARIABLE LABELS Q1 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE
/PFOOTNOTE=LEFT ".newpage"
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
BY T2+Q1
/STAT=UNWT COUNT(T2(PAREN6)' ')
CPCT(Q1(PCT3)' ':
A1 A2 A3 A4 A5 A6 A7 A8 A9 A10).

So now, after this ...
by Siaruzb
Tue Aug 07, 2007 2:15 pm
Forum: General
Topic: Adding a new line with TEXT1
Replies: 2
Views: 384

Great!

Thank you Ben.
by Siaruzb
Fri Aug 03, 2007 7:55 pm
Forum: General
Topic: Adding a new line with TEXT1
Replies: 2
Views: 384

Adding a new line with TEXT1

I have following data set:

2044226473 1 10.0 2.0 3.0 5.0
2044226690 1 7.0 1.0 5.0 4.0
2044228047 1 10.0 2.0 5.0 2.0
2044228660 1 9.0 1.0 5.0 5.0
2044228894 1 9.0 1.0 6.0 3.0
2044229139 1 10.0 2.0 7.0 3.0
2044229568 1 10.0 2.0 3.0 5.0

I need to add a new line with TEXT1, so final data set should be ...
by Siaruzb
Tue Jul 31, 2007 6:27 pm
Forum: General
Topic: Find the TEXT1 and put the TEXT2 to the next line
Replies: 4
Views: 627

Great! It works perfectly.

Thank you very much Bob.
by Siaruzb
Mon Jul 30, 2007 8:55 pm
Forum: General
Topic: Find the TEXT1 and put the TEXT2 to the next line
Replies: 4
Views: 627

Sorry, I have to add a new line with following text: /SORT A1

So final tables should be like this:

VARIABLE LABELS Q16 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE NFRAME NBOX TTSPACE(1) PTSPACE(0)
/PFOOTNOTE=LEFT ".newpage"
/SORT A1
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9 BY T2+Q16
/STAT=COUNT(T2 ...
by Siaruzb
Mon Jul 30, 2007 8:22 pm
Forum: General
Topic: Find the TEXT1 and put the TEXT2 to the next line
Replies: 4
Views: 627

Find the TEXT1 and put the TEXT2 to the next line

Hi Guys,

I have the following syntaxex to run about 100 tables:

VARIABLE LABELS Q16 ''.
TABLES FORMAT=ZERO TFSPACE(0) SPACE NFRAME NBOX TTSPACE(1) PTSPACE(0)
/PFOOTNOTE=LEFT ".newpage"
/TABLE=T+A1+A2+A3+A4+A5+A6+A7+A8+A9 BY T2+Q16
/STAT=COUNT(T2(PAREN6)' ') CPCT(Q16(PCT3)' ':
PRINT TABLES DEVICE ...
by Siaruzb
Fri Jan 12, 2007 8:24 pm
Forum: General
Topic: Search and replace expression
Replies: 3
Views: 849

Thank you very much...

It works! Thank you very much...
by Siaruzb
Fri Jan 12, 2007 8:04 pm
Forum: General
Topic: Search and replace expression
Replies: 3
Views: 849

Search and replace expression

Hi,

I have following commands in my program:

+ M2 [STDDEV F40.1]
…
+ M30 [STDDEV F40.1]
..
+ M42 [STDDEV F40.1]
…

I have to take out all this expressions from my text. I mean I would like to search and replace “+ M* [STDDEV F40.1]� with “ �.

Please advise how can I do that?

Thanks.
by Siaruzb
Tue Sep 19, 2006 8:35 pm
Forum: General
Topic: Taking out a similar lines
Replies: 11
Views: 820

Thank you very much Ben.
by Siaruzb
Tue Sep 19, 2006 7:50 pm
Forum: General
Topic: Taking out a similar lines
Replies: 11
Views: 820

OK. Got It. I had replaced All. Now its working. Great. Thanks.

Is there any way to put Table number too? Like after Table#1 put Table#1 - 3???

Thanks