I feel like a newbie asking this question because I feel I should know the answer, but I'm uneasy with what I'm seeing.
You will see I have the jStringUtils library (Version 1.03) enabled in Library Manager, but it suggests Version 10.00 is available. I haven't found an update to 10.00 on the Forum and reinstalling B4J Version 10.3 does not correct this situation.
But what confuses me is that I can uncheck the jStringUtils library with no apparent errors or other ill-effects. I can't recall why I originally enabled the jStringUtils library, but thought it may relate to just these three lines in my code:
As Professor Julius Sumner Miller used to say "Why is it so?"
You will see I have the jStringUtils library (Version 1.03) enabled in Library Manager, but it suggests Version 10.00 is available. I haven't found an update to 10.00 on the Forum and reinstalling B4J Version 10.3 does not correct this situation.
But what confuses me is that I can uncheck the jStringUtils library with no apparent errors or other ill-effects. I can't recall why I originally enabled the jStringUtils library, but thought it may relate to just these three lines in my code:
B4X:
Sub Process_Globals
Private su As StringUtils
End Sub
Dim tempDate As String = DecryptText(su.DecodeBase64(tempKey), encryptionKey)
As Professor Julius Sumner Miller used to say "Why is it so?"