passing setProp of a property set

Andrew Kluthe andrew at rjdfarm.com
Wed Mar 24 16:38:58 EDT 2010


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.



More information about the use-livecode mailing list