I am able to save strings and array;s in a plist, but is it possible to save a logical value?
When I edit the plist I can select boolean, but when I save my variable to this, the type is set to string.
Code: Select all
oPList:SetItemByName( 'RegistrationKey', cRegKey, .T. )
oPList:SetItemByName( 'ToonCriteria', lToonCriteria, .T. )