Difference between revisions of "DCS getCurrentDcsResourceId"
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | {{HelpFiles}} | + | |
+ | ==== 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 '' |
− | + | '''Availability''' | |
− | + | Version 5.8 __NOTOC__ <!-- imported from file: 7585.htm--> | |
− | + | [[Category:Data_Cache_Functions]] | |
− | |||
− |
Revision as of 11:28, 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
Availability
Version 5.8