Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/11/2012 in all areas

  1. jdelaney

    mapping drives

    If Not DriveMapGet("G:") = $sDriveMap Then DriveMapDel("G:") If Not DriveMapAdd("G:", $sDriveMap, 8) Then MsgBox(4096, "Map G:", "Unable to Map: " & $sDriveMap) EndIf the above works for me
    1 point
  2. I prefer to use SQLite personally for most things. But sometimes the simplicity of an INI file and its functions is all that someone really needs. And often, because of the simplicity, we let the size get away from us. Many "new" users, will find it easier to use the INI files opposed to the SQLite db files, simply because of the needed level of understanding. Many "older" users, like the idea of not having to provide multiple dependency files for their releases. To each their own, this is what it is, it does what it does.
    1 point
  3. There is no typecasting in AutoIt. An integer is a string is a double is a long.
    1 point
×
×
  • Create New...