Feature Req: Have "Run Current Routine" support function expressions in JScript
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010
05:01 AM
03-29-2010
05:01 AM
Feature Req: Have "Run Current Routine" support function expressions in JScript
Hi, I was wondering if it's possible to have TC's Run Current Routine support function expressions and not just function statements.
function statement:
function main() {
}
function expression:
var main = function() {
};
function statement:
function main() {
}
function expression:
var main = function() {
};
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2010
05:53 AM
03-29-2010
05:53 AM
Hi,
There's no way to do this.
There's no way to do this.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
