//initialize variables Object oCurrObject Module oCurrModule = current string sNewAttribute = null string sModPrefix = oCurrModule."Prefix" int iAbsoNum = null //loop through every object in the module for oCurrObject in oCurrModule do { //get the absolute number of the object iAbsoNum = oCurrObject."Absolute Number" //create a new attribute out of the module prefix and the absolute number //attempting to cast the integer to a string here... sNewAttribute = sModPrefix iAbsoNum "" oCurrObject."TempReq" = sNewAttribute } bject."TempReq" = sNewAttribute }