June 10, 20178 yr It appears that the method getLength() on a fmpro.getContainerStream object is no longer available - it does appear as getSize() If this is true this will be why I have been tearing my hair out most of the day trubleshooting some functions Please can 360works confirm if this is A: correct B: indicate if they would like to put the getLength() method back too, so that functions can be backwards compatible Try this fcs = fmpro.getContainerStream ( 'Globals::g_C' ) // the name of a container field //comment out each in different versions to see effect return fcs.getSize() //return fcs.getLength() john renfrew Edited June 10, 20178 yr by john renfrew
June 14, 20178 yr If anyone is running into this issue, you can download the fix here. This will be added into the next iteration of ScriptMaster so if you are reading this and the current version is after 5.05, then you can just download from our website.
Create an account or sign in to comment