Info property

Applies to

Example of returned string

This property returns a read-only, comma-separated string that describes the version of ReadSoft Invoices currently running. The format is fixed:

<product family>,<module>,<version>,<service pack>,<buildno>,<model>,<country>,<language>,<other>

If any part is not applicable, then it is left empty.

<product family>

Examples of values: ReadSoft Invoices, REPORTER

<module>

Possible ReadSoft Invoices values: eimngr, eiscan, eiitrp, eiveri, eitrans, eiopti

These are the same values that the Name property returns.

<version>

Examples of values: 5.6

Tip If this is the only part that interests you, use the VersionString property, instead.

<service pack>

Examples of values: 1, 2

<buildno>

The build number is a five-digit number with the format YYDDD. DDD stands for the day in the year (for example, March 16 is day no. 075). YY is the last two digits of the year (for example, YY is 10 in a build from the year 2010).

<model>

Model indicates a speed, and the value is of little interest unless the module is efitrp (Interpret).

Examples of values: 300, Lite, Professional

<country>

Country is the Microsoft Windows country setting.

Examples: Swedish(Finland), Spanish(Uruguay)

<language>

This is a three-letter abbreviation indicating which language version of the ReadSoft Invoices interface is in use. This is not necessarily the same as the Windows setting (see <country> above).

Examples of values: den, eng, fra, ger, pol, esp, swe...

<other>

This space is for extra information.

"INVOICES,eiveri,5.6,,10340,300,Swedish(Sweden),eng,0"

This string is returned if you are running ReadSoft Invoices 5.6 Interpret, no service pack, build number 10340. You have a fast Interpret module, and the ReadSoft Invoices GUI version is English. Your Microsoft Windows setting is Swedish (Sweden).

object.Info [= value]

Part Description
object An expression that evaluates to an object in the above objects list.
Value A string value.