How do i store the last used field value here in the following function? Is there a variable that i could use for it like "?defValue"? I would like use the last used Library again when i go back to the form field so that i dont have to type in every time.
ddHiCreateLibraryComboField(
?name 'libraryName
?prompt "Library : "
;?value ""
?defValue ""
?callback "ddsUpdateSyncWithForm()"
)