- Posted by
- What do you mean with "not working"? "Not working" is no error description. Do you see an error output in output window on execution of the script? Hi, It doesn't work as the result is: 01 01 02 01 04 01 05 01 07 01 08 01 There isn't any duplicate too. GradiusPosted in Scripts
-   Topics
-   Views
- Gradius
Jul 02, 2020
- The end is the always [CR][LF]. Yes, always a space. Yes, always two digits (from 01 to 41). They are string anyway (not numerical). Size isn't that big, around 200 KB. I had this before, but it is not working. if (UltraEdit.document.length > 0) { // Define the environment for the script. UltraE...Posted in Scripts
-   Topics
-   Views
- Gradius
Jul 02, 2020
- I need a SSS (Simple Sort Script). :D From this: 01 = 502 02 = 466 03 = 467 04 = 497 05 = 467 06 = 471 07 = 465 08 = 486 09 = 439 10 = 495 11 = 487 12 = 484 13 = 484 14 = 492 15 = 501 16 = 479 17 = 451 18 = 501 19 = 474 20 = 472 21 = 459 22 = 462 23 = 471 To this: 01 = 502 15 = 501 18 = 501 04 = 497...Posted in Scripts
-   Topics
-   Views
- Gradius
Oct 27, 2013
-   Topics
-   Views
- Gradius
Aug 05, 2013
- Hi Mofi, I'm aware of ASCII table, that would be an easier approach, however and I'm not good with javascript or java. :oops: A good ascii table can be found here: http://www.asciitable.com So 97 until 116 is correct. If I got it right, it should be something like this? function productRange(a,b) { ...Posted in Scripts
-   Topics
-   Views
- Gradius
Aug 02, 2013
- I got this with my registry: Running script: C:\RegIniFileSort.js ======================================================================================================== The file has 214096188 ascii characters before Sorting An error occurred on line 232: ��/ Script failed. Line 231 and beyond: var...Posted in Scripts
-   Topics
-   Views
- Gradius
Aug 02, 2013
- I have a problem with chars combination, using Pascal's triangle principle. The universe is "a b c d e f g h i j k l m n o p q r s t" (20 chars in total), limited to 10 chars per line. Using Excel I got: =COMBIN(20;10) Total: 184756 See COMBIN for a description of this Excel function. So I need a sc...Posted in Scripts
-   Topics
-   Views
- Gradius
Aug 02, 2013
- I'm trying to make a simple macro. I didn't succeed so far. The problem lies on selecting the lines I want/need, then reallocate it to start of it (almost as splitting in half). Example: 01 = 1000 02 = 2000 03 = 3000 04 = 4000 05 = 5000 01 = 1000 02 = 2000 03 = 3000 04 = 4000 05 = 5000 01 = 1000 02 ...Posted in Macros
-   Topics
-   Views
- Gradius
Jun 22, 2013