Jump to content

Xerix

Active Members
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

136 profile views

Xerix's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Sorry for the delai. For me it's a bug, but i'm not an Autoit expert. Could it be useful to add this to the bugtrack or not ? Thank you.
  2. It's still a little strange that Fileopen fail on a hidden file in mode 2. i will use the solution with FileSetAttrib
  3. Ok, thanks jdelaney. But if i do that on several files, all of them are not necessarily Hidden. And here, they will become hidden even if they were not hidden.
  4. No idea ? Thank you
  5. Hello, I try to open a hidden file in write mode but this doesn't seem to work. @error = -1 $open = FileOpen("d:\test.txt",2) MsgBox(4096,"",$open) It works in read mode (0) or Write mode (append to end of file) (1) but not in Write mode (erase previous contents) (2) Is it a normal work or a bug ? Thank you Eric
  6. Hello Guinness, Any news about a future version of this great function ? Thank you
  7. Ok, i have understood Thank you
  8. Hi It's perhaps because my langage is not english but i don't understand what is MAPS. Is someone can explain me what is it ? Thank you Eric
  9. Thank you Danyfirex Yes it works, we can also use ROUND but that I wanted to know is if it was normal or if it was a bug. Jchd Thank you for the explanation
  10. Hello In a program, I have to do the addition of several numbers. But instead of getting 32.04, I get 32.0400000000001 I can reduce this result to 2 digits after the decimal point but why this result, while there are always 2 digits after the decimal point ? I do not know from where comes the problem, so I've put all the numbers in addition to test. Thank you $cal = 0.19+0.11+0.4+0.35+0.43+0.27+1.22+0.07+0.04+0.2+6.8+0.04+0.03+0.24+0.62+0.75+0.77+0.18+0.77+0.1+1.35+1.05+0.01+0.01+2.46+5.94+0.19+0.04+2.27+0.02+0.03+0.03+0.03+0.03+0.02+0.02+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.02+0.03+0.03+0.03+0.03+0.03+0.02+0.03+0.03+0.03+0.03+0.03+0.03+0.04+0.03+0.03+0.03+0.03+0.03+0.02+0.02+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.03+0.32+0.17+1.35+0.45+1.05 MsgBox(4096,"",$cal)
  11. Thank you Melba, I will look at your UDF
  12. Thank you Kilmatead, i will look this
  13. Relax Melba23, do not drink as much coffee Just kidding. The prefix can change. The idea is to sort in first the text and after the number Example : A 1 A 2.5 A 14 A 23 AB 3 B 4.5 C 2 ...
×
×
  • Create New...