- Replies
- Views
- Last post
- Could someone please email me this word file (or later version) or link to it: RPG4UE32.zip TIAReplies: 7 Views: 10.6K
- 7 Replies
- 10.6K Views
- Last post by Jim_Barr
15:52 - Oct 25
- Where do you set the directory where scripts are located? Or do I need to add each existing script one at a time? The reason I ask is either after the last update or the previous one my scripts disappeared from the "All Scripts" popup window. Also ( see attached image ), whether adding a new script ...Replies: 2 Views: 10.1K
- 2 Replies
- 10.1K Views
- Last post by spaceBAR
Aug 17, 2023
- Is there a way to open a selected file like in search results in an external editor if UltraEdit or UEStudio is not installed? TIAReplies: 1 Views: 45.6K
- 1 Replies
- 45.6K Views
- Last post by spaceBAR
Mar 28, 2023
- I have a simple VB script that I use in Excel that copies selected cell values to the clipboard as a delimited list: Sub CopyToDelimited() Dim rRange As Range Dim rCount As Integer Dim pCount As Integer Dim sQuery As String Dim strDelimit As String Dim strEnclose As String Dim objDataObj As DataObje...Replies: 6 Views: 4.5K
- 6 Replies
- 4.5K Views
- Last post by Mofi
May 05, 2017
- I would like to indicate there are multiple line starts which I would like ignored. For example if I want to ignore lines that start with 'abc' or '123' can I specify that? If so, what is the syntax? ThanksReplies: 2 Views: 8.8K
- 2 Replies
- 8.8K Views
- Last post by Mofi
Jan 26, 2013
- *** UEStudio 11.20.0.1006 When connecting via SFTP, The login takes a long time(+25 secs) when attaching to any machine running: HP-UX , But connects(SFTP) almost immediately to any machine running: SunOS If I use the FileZilla client and connect via SFTP to either a HP-UX or SunOS machine, It conn...Replies: 5 Views: 24.5K
- 5 Replies
- 24.5K Views
- Last post by spaceBAR
Feb 27, 2012
- I created these perl regular expressions and use them in the "Function List" as a group parsing rule for listing the function or procedure names in a oracle package: (f)unction( )+([a-zA-Z0-9,_]+$) (p)rocedure( )+([a-zA-Z0-9,_]+$) They correctly list the names in the format I want, for example: p pr...Replies: 4 Views: 7.1K
- 4 Replies
- 7.1K Views
- Last post by Mofi
Jun 23, 2010
- For example: /* comment1 comment2 comment3 */ I want delete the comments (including /*and*/) One way is using macro. How to do this using just replace command? How to represent it in regular expression ? I tried ^(/*^)^(*^)^(*/^) or ^(\/\*^)^(*^)^(\*\/^) or ^(^/^*^)^(*^)^(^*^/^), all cannot work. I ...Replies: 5 Views: 10.1K
- 5 Replies
- 10.1K Views
- Last post by spaceBAR
Jun 23, 2010
- Using: UEStudio 6.50+4 Would someone please post and/or send me a simple sample script and/or macro to hide all lines NOT matching a search string in file that is opened in one of the tabs(i.e UEStudio window). tiaReplies: 28 Views: 26.1K
- 28 Replies
- 26.1K Views
- Last post by Mofi
Jun 22, 2010
- Is there a way to specify a key to the files being compared and have UC compare rows with matching keys and just denote rows that are missing or new for unmatched keys? I know that the flat files are not really keyed, but I'm hoping there is a way tell UC to consider certain positions on a line as t...Replies: 4 Views: 118.1K
- 4 Replies
- 118.1K Views
- Last post by Mofi
Dec 21, 2007
- UEStudio 6.20a+2 In JavaScript that I can use in UEStudio, Will someone please show me how to find a value from one file ( let's say opened in tab 4 ) in a 2nd file ( let's say opened in tab 5 ). I have two tab delimited files open( both files are same format ) that have 77 columns, the 1st three co...Replies: 7 Views: 6.9K
- 7 Replies
- 6.9K Views
- Last post by jorrasdk
Jun 08, 2007
- In the UEStudio editor (UltraEdit), how do I enable the function of the mouse scroll wheel, where you can press the wheel and the scroll image appears and you move around in the file by moving the mouse around fast or slow? Thanks, BillyReplies: 3 Views: 5.6K
- 3 Replies
- 5.6K Views
- Last post by Inray
Jun 05, 2006
- hello all, this may be posted to the wrong forum, if so, i apologize. i am trying to remove records that have been sorted on a key that have the same key (the other fields may be equal/different). basically i want the feature of advanced sort with the 'remove duplicates' looking at that specified ke...Replies: 2 Views: 7.6K
- 2 Replies
- 7.6K Views
- Last post by spaceBAR
May 11, 2005