Search found 7 matches
- Fri Jan 11, 2008 11:18 pm
- Forum: Advanced Find and Replace
- Topic: imcrementing a number by 1
- Replies: 0
- Views: 14059
imcrementing a number by 1
hello, i have a list of values that are all the same, and i want to modify them to increase each occurance by one more than the previous opne. e.g InstanceName = "c1" InstanceName = "c1" InstanceName = "c1" InstanceName = "c1" InstanceName = "c1" to InstanceName = "c1" InstanceName = "c2" InstanceNa...
- Wed Sep 28, 2005 5:03 pm
- Forum: Advanced Find and Replace
- Topic: Replacing text using other line
- Replies: 1
- Views: 13955
Replacing text using other line
Hello Roman, First thanks for yopur previous help, it was great!! New question. I have an line of text that needs to be replaced with part of a previous line. eg InstanceName = " YC-10-ESD-002 " ; Security = "Control SCADA" ; Dynamic = True ; Layer = "0" ; InsertionPoint = (18.21310955498534, 21.168...
- Fri Sep 23, 2005 5:04 pm
- Forum: Advanced Find and Replace
- Topic: replaceing multiple lines
- Replies: 7
- Views: 43120
i screwed somethings, had boxes checked that weren't need, your original reply work like a charm. One more question, How would it do the same as above but say exclude items that meet certain requirements. eg. RTText = { LabelText = "Anterior:" ; FontName = "system default" ; FontSize = 16.00000 ; La...
- Thu Sep 22, 2005 11:11 pm
- Forum: Advanced Find and Replace
- Topic: replaceing multiple lines
- Replies: 7
- Views: 43120
- Wed Sep 21, 2005 5:16 pm
- Forum: Advanced Find and Replace
- Topic: replaceing multiple lines
- Replies: 7
- Views: 43120
- Tue Sep 20, 2005 3:46 pm
- Forum: Advanced Find and Replace
- Topic: replaceing multiple lines
- Replies: 7
- Views: 43120
The bold lines are the ones in quesrtion RTText = { LabelText = "Anterior:" ; FontName = "system default" ; FontSize = 16.00000 ; LabelActiveColor = 7 ; BackgroundColor = 252 ; ShowBackground = True ; Justification = 0 ; DataType = 0 ; TotalDigits = 50 ; DecimalPoints = 2 ; InitiallyActive = True ; ...
- Mon Sep 19, 2005 4:20 pm
- Forum: Advanced Find and Replace
- Topic: replaceing multiple lines
- Replies: 7
- Views: 43120
replaceing multiple lines
I need 2 lines of text changed if another line exists. If this line is found RTText = { I need to replace these 2 lines FontSize = 16.0000 ; FontHeightPct = 55.00000 ; the trick is the lines are not all in a row but the are always the same number of rows apart. also both of the replacing lines may n...