Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > getVersion |
![]() ![]() ![]() |
getVersion
Syntax
system.server.getVersion
Description
Multiuser Server command; this function requires no content. The server returns a message with the same subject and content containing information regarding the server application itself.
Possible values for #platform
are currently Macintosh
and Windows
.
Example
The following statement shows the request for server information:
errCode = gMultiuserInstance.sendNetMessage("system.server.getVersion", "anySubject")
The reply message looks like this:
[#errorCode: 0, #recipients: ["userName"], #senderID: "system.server.getVersion", #subject: "anySubject", #content: [#vendor: "Macromedia", #version: "3.0", #platform: "Macintosh"], #timeStamp: 30196205]
See also
![]() ![]() ![]() |