Home
  Features
  Download
  Plug-Ins
  Links

Documentation
  User Guide
  F.A.Q.

Developer
  Dsub script
  Plug-Ins SDK

Support
  Forum
  Contact

Other
  DVD Collection

Username:
Password:
Save Password

Forgot your Password?

Not a member?
The Administrator has turned off Registration for this forum.
Only registered members are able to log in






profile object

profile
load(str filename)
Load a profile

Parameters


str filename - Filename of the profile.

Return

none
actvolume
Return the actual volume.

Parameters


None

Return

volumes object - The actualy selected volume.
actlanguage
Return the actualy selected language.

Parameters


None

Return

languages object - The actualy selected language.
select(int novolume,int nolanguage)
Select a volume and a language

Parameters


int novolume - The index of the volume to select (from 0 to volumes.count -1)
int nolanguage - The index of the language to select (from 0 to volumes.count -1)

Return

None
volumes.count
Return the number of

Parameters


None

Return

int - The number of volumes.
actlanguage
Return the actualy selected language.

Parameters


None

Return

languages object - The actualy selected language.

go back to dsubscript Functions List