Page 1 of 1

saving logical variable in plist

PostPosted: Tue Nov 29, 2016 10:13 pm
by plantenkennis
Hello,

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  Expand view

    oPList:SetItemByName( 'RegistrationKey', cRegKey, .T. )
    oPList:SetItemByName( 'ToonCriteria', lToonCriteria, .T. )