Index Next

BridgePlus.framework, SMSForder Class Methods

Category

House-keeping methods

Method

frameworkVersion

Summary

Returns the version of the framework. If you are using the framework embedded in the BridgePlus.scpt script library, you can use the library's 'framework version' command instead.

Signature

+ (NSString *)frameworkVersion

Parameters

 

Result

An NSString

Availability

Version 1.0.0

Notes

 

Sample

use scripting additions

use framework "Foundation"

use script "BridgePlus"

load framework


set theResult to current application's SMSForder's frameworkVersion()

ASify from theResult

--> "1.3.0"

theResult as text

--> "1.3.0"


Click here to open script in a script editor