Difference between revisions of "DCS getCurrentDcsResourceId"
(jrfconvert import) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | | ||
− | ====DCS_getCurrentDcsResourceId==== | + | ==== DCS_getCurrentDcsResourceId ==== |
− | Return current DCS resource Id | + | Return current DCS resource Id |
− | '''Syntax''' | + | '''Syntax''' |
− | DCS_getCurrentDcsResourceId() | + | DCS_getCurrentDcsResourceId() |
− | '''Arguments''' | + | '''Arguments''' |
− | None | + | None |
− | '''Return value''' | + | '''Return value''' |
− | number | + | number |
− | '''Example''' | + | '''Example''' |
− | number dcsResourceId = DCS_getCurrentDcsResourceId(); | + | ''number dcsResourceId = DCS_getCurrentDcsResourceId(); '' |
− | '' | + | ''print(dcsResourceId); '' |
− | Version 5.8 | + | '''Explanation''' |
− | __NOTOC__ | + | |
− | <!-- imported from file: 7585.htm--> | + | ''If you work on Tabulation editor, you can use this example to know DCS resource Id that you're using. This script will run failed if you're using Workflow editor and do not use function DCS_use(DCS resource Id). '' |
+ | |||
+ | '''Availability''' | ||
+ | |||
+ | Version 5.8 __NOTOC__ <!-- imported from file: 7585.htm--> | ||
+ | |||
+ | [[Category:Data_Cache_Functions]] |
Latest revision as of 11:31, 20 December 2011
DCS_getCurrentDcsResourceId
Return current DCS resource Id
Syntax
DCS_getCurrentDcsResourceId()
Arguments
None
Return value
number
Example
number dcsResourceId = DCS_getCurrentDcsResourceId();
print(dcsResourceId);
Explanation
If you work on Tabulation editor, you can use this example to know DCS resource Id that you're using. This script will run failed if you're using Workflow editor and do not use function DCS_use(DCS resource Id).
Availability
Version 5.8