Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/06/2022 in all areas

  1. You can use single quotes around double quotes or vice versa for example: FileWrite($a_File,'$Form1 = GUICreate("rep Form1 rep", 615, 437, -1, -1)' & @CRLF)
    1 point
  2. But at least it will solve many cases. That's the eternal problem of letting the computer decide by itself if 0033456789 should be treated like a number (33456789) or a string (maybe a phone number 0033456789 where 00 are important) As there are no parameters indicating what exactly represents this column of "numbers", then the problem can't be easily solved in many scripts ( except the * in the next beta version of _Arraydisplay, hi jpm ) If there was an additional parameter to indicate if the user wants his column to be treated as numbers or strings, then the problem would always be solved... but it would require a lot of changes in plenty of functions, not counting many users won't like that (i.e. forced to pass an extra parameter)
    1 point
×
×
  • Create New...