Search found 6 matches

by JMusic
Tue Dec 01, 2009 1:00 pm
Forum: General Discussion
Topic: Delimiting text - strange problem
Replies: 7
Views: 17981

Delimiting text - strange problem

Where in the registry are those variables stored? I'm
assuming in the registry...   Maybe I can kick the tires by
deleting some entries in the registry that are "stuck".   
by JMusic
Mon Nov 30, 2009 7:57 am
Forum: General Discussion
Topic: Delimiting text - strange problem
Replies: 7
Views: 17981

Delimiting text - strange problem

Ignore my vb evals in the script. That was me testing whether I could accomplish it another way. ;***************************** ;* RoboTask Task file        ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|0 CatID=INTEGER|0...
by JMusic
Mon Nov 30, 2009 7:49 am
Forum: General Discussion
Topic: Delimiting text - strange problem
Replies: 7
Views: 17981

Delimiting text - strange problem

More testing and the problem gets even more puzzling... "First part; second part; third part; fourth part; fifth part" (0) = First part (1) = (2) = (3) = fourth part (4) = fifth part It is consistent. I have lost the ability to reference (1) and (2) on this computer. I have uninstalled and...
by JMusic
Mon Nov 30, 2009 6:55 am
Forum: General Discussion
Topic: Delimiting text - strange problem
Replies: 7
Views: 17981

Delimiting text - strange problem

Two computers, same identical task (the task Oleg posted, with my text string substituted, exported from computer 2 and imported on computer 1 without changes). Computer 1 shows nothing for {bbb(1)} in spite of {bbb} having both parts. I am still at a complete loss as to why this might happen, and p...
by JMusic
Tue Nov 24, 2009 4:46 am
Forum: General Discussion
Topic: Delimiting text - strange problem
Replies: 7
Views: 17981

Delimiting text - strange problem

I hope someone has a solution and I haven't just run into a bug... I have a screen full of text that has a single semi-colon in it. I capture that screen full of text to the clipboard, pull the clipboard contents into a variable, and delimit the variable by semi-colon. All of that works fine. I can ...
by JMusic
Tue Jun 02, 2009 11:52 am
Forum: General Discussion
Topic: problem when pasting data in excel
Replies: 1
Views: 7145

problem when pasting data in excel

Use a text loop to turn it into a delimited variable and
then reference the variable as {variable(0)}.