NEWSBLOGin the new way of PSL: cla$=do("Get label of interval...", 4,1) this does not work: Found a numeric expression instead of a string expression. Which is true because if you switch the variable from cla$ to cla, it works, returns 'undefined'. You can do it the old way, which works: cla$=Get label of interval... 4 1 by the way, this works with arrays too (it seems numeric array behaves rather normally in the old way of scripting): Therefore, basically there is an asymmetry between functions that return a number vs. a string, because both return numeric values in the do("Get...",x,y)mode. This will work with variable assignment if it is meant to return a number, naturally: numOfIntWordTier=do("Get number of intervals...", tierLyrics+1)
1 Comment
ocean
8/6/2013 08:53:46 am
actually this might work,according to the scripting manual:
Reply
Leave a Reply. |
computing-logA log of developer's updates,problems, tricks, documentations,etc. Use Categories to find your topic of interest. Categories
All
Regular blog"
|