m
Move page script moved page API GetBuildInfo to WoW:API GetBuildInfo without leaving a redirect
(4th return is a number, not a string. Also, it's 20400, not 24000) |
m (Move page script moved page API GetBuildInfo to WoW:API GetBuildInfo without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 21: | Line 21: | ||
date = "May 1 2008" | date = "May 1 2008" | ||
tocversion = 20400 | tocversion = 20400 | ||
Try this macro: | |||
/script v, b, d, t = GetBuildInfo() | |||
/script print(string.format("version = %s, build = %s, date = '%s', tocversion = %s.", v, b, d, t)) | |||
---- | ---- | ||