Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.31 KB | None | 0 0
  1. Global $nValue = 64^(.333333333333333) ; Liefert 3
  2. ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $nValue = ' & Int($nValue) & @CRLF) ;### Debug Console
  3. Global $nValue = 64^(.3333333333333333) ; Liefert 4
  4. ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $nValue = ' & Int($nValue) & @CRLF) ;### Debug Console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement