Check Version.bmx 404 B

123456789101112
  1. 'This BMX file was edited with BLIde ( http://www.blide.org )
  2. Rem
  3. bbdoc:Type Type contains the version information of the current FontMachine module
  4. End Rem
  5. Type TFontMachineVersion Abstract
  6. rem
  7. bbdoc: This function returns a string representation of the current Font Machine Module version.
  8. end rem
  9. Function Version:String()
  10. Return My.Application.AssemblyInfo
  11. End Function
  12. End Type