... Yeah, me too. Hadn't used it before either. You should see the errors that my clips produce. I occasionally share clips with a friend and she always writes...
14402
hsavage
hrs62930
Nov 14, 2005 10:05 pm
... tf, rpd, Alan C., Lotta, Although I haven't used the MD5 Checksum either I became curious and wrote a clip to handle most situations. With text files, the...
14403
rpdooling
Nov 15, 2005 3:17 pm
Dear hrs: Cool! I tried all three. Works great. Thanks. rpd ps - I've also been using that Fav_Clips download. Nifty. ... now... ... entry ... method to ... ...
14404
Charles M. Raine
rainecus
Nov 15, 2005 8:35 pm
Hi hrs and others: I added a couple instruction to display the name of the file in the information window to better identify where the result was from. ...
14405
hsavage
hrs62930
Nov 16, 2005 1:21 am
... Good idea Charles, it, usually, never hurts to have more info at any given point so I modified the clip a little further. H="GetMD5 ID" ...
14406
Larry Hamilton
lm_hamilton
Nov 16, 2005 1:36 am
This got figured out just in time.... Slashdot has a link to an article about the imminent demise of MD5, since it can be cracked with a dedicated high-end PC...
14407
Lee Underwood
ereedj2001
Nov 16, 2005 11:30 pm
I hope I didn't miss this one in the archives. I am trying to create a clip, or series of clips, to pull data from an external file. Let me explain: I want to...
14408
acummingsus
Nov 17, 2005 5:19 am
... [ snip ] ... like that? Well, there's the .tpl template. 2, you can also use any text file as a template (with $GetFileText$). 3, You can use a clip as...
14409
loro
yastupidhoo
Nov 17, 2005 8:52 am
Hi! If this isn't a bug, I don't know what. I've spent the whole night to get it down to this. When things started to go wrong the clip was already pretty big...
14410
loro
yastupidhoo
Nov 17, 2005 9:28 am
... The missing % was an error while copy-pasting. Sorry. Here it is again. ________________________ H="Damnation" ^!ClearVariables ^!Set %x%=^$Calc(10/2)$ ...
14411
acummingsus
Nov 17, 2005 9:34 am
... [ . . ] ... and put ... [ . . ] ... ^!Info ^%y% ... Where and when does y and w get ^!Set ? And, why the append? append does not "run the function or...
14412
acummingsus
Nov 17, 2005 9:48 am
... [ . . ] ... Oop, I think I misunderstood the goal of your clip. I suspect that info is maybe at least somewhat executing the code in var where append...
14413
loro
yastupidhoo
Nov 17, 2005 10:14 am
... That sounds reasonable. I guess I have assumed ^!Append also initializes the variable (or what it should be called) because until now it has worked.. . But...
14414
acummingsus
Nov 17, 2005 10:41 am
... [ . . ] ... after? And ... ^!Append %w%=^$Calc(^$GetLine$/2)$ Is what you had posted earlier until now. (not GetLineSize) I can't remember if getline also...
14415
loro
yastupidhoo
Nov 17, 2005 10:55 am
... No, you misunderstand. The only goal of the clip is to demonstrate this behavior. :-) ... . No, you can have as many info boxes as you wish as long as you...
14416
loro
yastupidhoo
Nov 17, 2005 10:58 am
... Yes. And I get the error. I'm saying that with $GetLineSize$ I don't. ... Then the error would be present all the time, before and after the new doc is...
14417
Lee Underwood
ereedj2001
Nov 17, 2005 1:47 pm
On 11/17/2005 12:18 AM, acummingsus wrote: ... ........................................................ I guess I didn't explain myself very clearly. I use...
14418
rpdooling
Nov 17, 2005 3:00 pm
... extract the data from the file containing the data and have it entered into certain "fields" in the templates automatically so I don't need to re-enter the...
14419
hsavage
hrs62930
Nov 17, 2005 3:24 pm
... get ... that ... put ... because ... Lotta, Please don't cry! You can correct this n 2 ways. Below is your clip with alternate suggestions I've made. ...
14420
loro
yastupidhoo
Nov 17, 2005 4:34 pm
... *sniffle-sniffle* ... Thank you, but as I tried to explain THIS clip only demonstrates that the error only occurs under those specific circumstances (and...
14421
Don - htmlfixit.com
dpasseng
Nov 17, 2005 5:05 pm
... I am trying to follow this thread. I found your first post confusing to be honest as to your goals. I am now thinking that what you might want to do is...
14422
Don - htmlfixit.com
dpasseng
Nov 17, 2005 5:07 pm
I think Alan touched on the right answer. Append doesn't set the variable. But if you have the source open, it can generate the result on the fly with it....
14423
loro
yastupidhoo
Nov 17, 2005 5:24 pm
Alan and Harvey, I'll show you what I was really doing so it doesn't seem so confusing. I have a bunch of hex color values in a document like this: ad4100 ...
14424
Lee Underwood
ereedj2001
Nov 17, 2005 5:49 pm
Sorry it wasn't clear (I knew what I meant ;-> ). Yes, Don. You're on the right track. This is for a site that posts JavaScripts online for visitor's to copy. ...
14425
loro
yastupidhoo
Nov 17, 2005 6:03 pm
... But I have now discovered that inserting its content into the same doc has the same effect! :-P I think you are on the right track but I don't know where...
14426
Jody
notetabber
Nov 17, 2005 7:27 pm
Hi Lotta, When a variable is set in a Clip, it stays set until either it is reset by using the ^!Set command again or the Library is switched out of (closed or...
14427
acummingsus
Nov 17, 2005 7:50 pm
... [ . . ] ... It should able to be done. But to do it, it's needed: 1. some sort of "markers" (a certain uniqueness of some sort to each seperate "data...
14428
Lee Underwood
ereedj2001
Nov 17, 2005 8:21 pm
Alan, As you can see below, the templates do use "markers" for the data (it's the fields enclosed with brackets). Actually, I figured, if I could get the data...
14429
acummingsus
Nov 17, 2005 8:54 pm
... [ . . ] We all had relevant contribution(s) here. Harvey brought up something important that I overlooked. Jody brought important aspects. Others ...
14430
Don - htmlfixit.com
dpasseng
Nov 17, 2005 9:04 pm
... The easy way is to use a custom ini file for each of the files you are doing in my humble opinion. From help here are the ini functions: If you want to...