saving logical variable in plist

Post Reply
User avatar
plantenkennis
Posts: 151
Joined: Wed Nov 25, 2015 7:13 pm
Location: the Netherlands
Contact:

saving logical variable in plist

Post 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

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

René Koot
Post Reply