Trial Version Help File

Trial Version Help File

Plugin Name:

Trial Version

Current Version:

1.0.0.0

Author:

Moskaev Alexandr

E-mail:

killer23_maska@e-mail.ru

Copyright:

Copyright(C) 2009 Microstudio Software Corporation


Table of Contents

TrialVersion.SetDay
TrialVersion.GetDay

TrialVersion.SetDay


TrialVersion.SetDay ( 

(number) Days,

(string) Keyword )

Description

Installs number before completion trial version.

Parameters

Days

(number) Number before completion trial version.

Keyword

(string) Installs keyword

Returns

This action dose not return any value.


Example

--Installs number before completion trial version.
TrialVersion.SetDay(30);



TrialVersion.GetDay


(table) TrialVersion.GetDay ( 

(string) Keyword )

Description

Shows how much remained days before completion trial version.

Parameters

Keyword

(string) Installs keyword.

Returns

(table) No return description.


Example

--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