setprop OldData[TenureEndDate] pDate replace "-" with "," in pDate put item 1 of it into sYear put item 2 of it into sMonth put item 3 of it into sDay put sMonth & "-" & sDay & "-" & sYear into pDate pass OldData["TenureEndDate"] end OldData[TenureEndDate]
I want to format TenureEndDate of the OldData custom property set. I am an [X] next to this line on compilation: pass OldData["TenureEndDate"] I need to pass the property to enter pDate into it right? Am i doing this correctly? -- View this message in context: http://n4.nabble.com/passing-setProp-of-a-property-set-tp1689638p1689638.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
