====== PREVSELPOS property ====== ==== Applies To ==== Edit table. ==== Description ==== Returns the previously selected cell in an edit table. Use with Get_Property, only. ==== Usage ==== //previousposition// = **Get_Property**(//objectname//, "**PREVSELPOS**") ==== Returns ==== Value returned by Get_Property: ^Value^Description^ |//previousposition//|Position of the previously selected cell in an edit table, in the following format:\\ \\ previous column : @fm : previous row| This property is extremely useful when used in the [[poschanged_event|POSCHANGED event]], which is passed the new position as a parameter, but not the old position. ==== See Also ==== [[selpos|SELPOS property]]