| Author |
Message |
Topic: Deducting 2 (integer) from a float number 005 |
Benny-D
Replies: 6
Views: 70
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 8:35 am Subject: Deducting 2 (integer) from a float number 005 |
| I noticed that the Expression was not giving the expected results. I tried a few things and finally narrowed it down to that. Oh, I see. That's just great! Thank you. |
Topic: Deducting 2 (integer) from a float number 005 |
Benny-D
Replies: 6
Views: 70
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 2:21 am Subject: Deducting 2 (integer) from a float number 005 |
Aaaaaaaaah!
Tha was the problem! Thank you, None!
How did you notice it? |
Topic: Deducting 2 (integer) from a float number 005 |
Benny-D
Replies: 6
Views: 70
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 1:49 am Subject: Deducting 2 (integer) from a float number 005 |
| Thank you very much, jaco0646! |
Topic: Deducting 2 (integer) from a float number 005 |
Benny-D
Replies: 6
Views: 70
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 1:31 am Subject: Deducting 2 (integer) from a float number 005 |
How can I deduct 2 from a variable containing 005 float number?
I've tried it here, but it doesn't work:
CheckCounter = 5
SetFormat, Float, 03 ; making it 3-number format
CheckCounter += 0.0
msg ... |
Topic: hiding URL of a file that is being downloaded |
Benny-D
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 5:22 pm Subject: hiding URL of a file that is being downloaded |
| I see. Thank you, Paradox and tank. |
Topic: hiding URL of a file that is being downloaded |
Benny-D
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 1:23 am Subject: hiding URL of a file that is being downloaded |
| The security shouldn't be in your script but on your server as guest suggests. I see. Thank you. |
Topic: hiding URL of a file that is being downloaded |
Benny-D
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Wed Mar 03, 2010 6:23 pm Subject: hiding URL of a file that is being downloaded |
| while downloading at least the user would be able to see where it is downloaded from via their firewall or other network software that monitors internet traffic. That's exactly the way that I was afr ... |
Topic: hiding URL of a file that is being downloaded |
Benny-D
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Wed Mar 03, 2010 5:31 pm Subject: Re: hiding URL of a file that is being downloaded |
I think I need to correct my own words of the first post.
I just looked through all the video files that I ever downloaded from that website of mine and discovered that "Real Player" doe ... |
Topic: hiding URL of a file that is being downloaded |
Benny-D
Replies: 12
Views: 284
|
Forum: Ask for Help Posted: Fri Feb 26, 2010 12:07 pm Subject: hiding URL of a file that is being downloaded |
| I want to send a video clip to my client, but I don't want him to know the URL that he is going to download this file from. Of course, I could upload this clip to some file-sharing system, but I want ... |
Topic: Video codecs and readers on Windows |
Benny-D
Replies: 12
Views: 161
|
Forum: General Chat Posted: Fri Feb 19, 2010 6:27 pm Subject: Video codecs and readers on Windows |
| tidbit and Guest, thank you for these links!!! |
Topic: Video codecs and readers on Windows |
Benny-D
Replies: 12
Views: 161
|
Forum: General Chat Posted: Fri Feb 19, 2010 1:15 pm Subject: Video codecs and readers on Windows |
| {I heard those are dangerous}oh yes. They really are. I once lost a whole HDD because of a virus that I downloaded with it. |
Topic: Any free resource teaching how to make gif files? |
Benny-D
Replies: 10
Views: 536
|
Forum: General Chat Posted: Thu Feb 18, 2010 8:21 pm Subject: Any free resource teaching how to make gif files? |
| Gif is truly outdated, except for animations, but Jpeg is still usefuIs animation possible with Jpeg? |
Topic: fetching spaces with RegExMatch properly |
Benny-D
Replies: 7
Views: 112
|
Forum: Ask for Help Posted: Thu Feb 18, 2010 5:31 am Subject: fetching spaces with RegExMatch properly |
| I see. Thank you, jethrow and sinkfaze!!! |
Topic: fetching spaces with RegExMatch properly |
Benny-D
Replies: 7
Views: 112
|
Forum: Ask for Help Posted: Thu Feb 18, 2010 5:09 am Subject: fetching spaces with RegExMatch properly |
I am sorry. I tried way and came across the same problem.
What am I doing wrong now? I wasn't able to find the answer on my own:sent =
(
bird = "eagle"
)
regexmatch(s ... |
Topic: fetching spaces with RegExMatch properly |
Benny-D
Replies: 7
Views: 112
|
Forum: Ask for Help Posted: Thu Feb 18, 2010 4:31 am Subject: fetching spaces with RegExMatch properly |
I see. Thank you, and sinkfaze!!!
My understanding of \d and \D was wrong. |
| |