Welcome
Trial Version
1.0.0.0
Moskaev Alexandr
killer23_maska@e-mail.ru
Copyright(C) 2009 Microstudio Software Corporation
TrialVersion.SetDay
TrialVersion.GetDay
TrialVersion.SetDay ( | (number) Days, (string) Keyword ) |
Installs number before completion trial version.
(number) Number before completion trial version.
(string) Installs keyword
This action dose not return any value.
--Installs number before completion trial version.
TrialVersion.SetDay(30);
(table) TrialVersion.GetDay ( | (string) Keyword ) |
Shows how much remained days before completion trial version.
(string) Installs keyword.
(table) No return description.
--Shows how much remained days before completion trial version.
SetDays = TrialVersion.GetDay("TRIAL_VERSION")
if SetDays == 0 then
Dialog.Message("Trial Version","Trial version it is finished.")
else
Dialog.Message("Trial Version","Beside you remained "..SetDays.." days before completion")
end
Copyright(C) 2009 Microstudio Software Corporation
This File Was Generated With AMS ActionFile Editor