B4J Question Confused with the use of libraries - DonManfred (first post)    Jan 08, 2020   (1 reaction) The object definition of JStringFunctions?
dim fnc As JStringFunctions
fnc. B4J Question [SOLVED][JStringFunctions] .DayOfMonth(), Fails in B4J? - Erel (first post)    Nov 29, 2017 Don't use jStringFunctions or StringFunctions libraries. They are not maintained and all the features are available with the core libraries. B4J Question B4J MsgBoxes help needed - TavR (first post)    Dec 01, 2020 Thanks Erel.
what about JStringFunctions library? B4J Question strange issue with split (both string functions and Regex) and "." as separator - LucaMs (first post)    Apr 23, 2021 BTW where did you get jStringFunction from? I have jStringUtils.
EDIT - Here: https://www.b4x.-beta.36595/post-215124
Anyway, use Regex. B4J Question Replicate method for jStringFunctions? - Didier9    Jun 05, 2019 It seems like this method is missing from jStringFunctions. Should I put an entry in the wishlist or did I miss it? B4J Question Fine tuning of Garbage Collector? - vfafou (first post)    Jun 02, 2016 example.jstringfunctions @ 0x6c4c17c40 | | 24 | 56 | | | | | |- <class> class b4j.example.jstringfunctions @ 0x6c0204b70 B4J Question jMetro Style CSS - Erel (first post)    Nov 02, 2021 I'm missing many libraries, including libraries such as jStringFunctions that I will never add. Please create a small project and upload it. B4J Question jStringUtils 101 - melliott    Apr 02, 2015 Hello,
Margrets JStringFunctions looks really impressive! I have to be missing something basic in trying out some of its functions. I can see and have jStringUtils (version: 1.00) enabled the from the Libs tab.
I want to use the simple Encrypt()\Decrypt() functions. I am not sure how to Dim the B4J Question Delay label text update - Erel (first post)    Aug 08, 2017 There is really no reason to use jStringFunctions. Learn the built-in string methods. They are not more complicated. Do you want to skip some of the updates? Or queue them and show them in a slower rate? B4J Question Using B4J for creating business/database apps - Dailson Coelho Machado (first post)    Oct 18, 2016 my contribution Dim co As JStringFunctions 'lib JStringFunctions v 1.0 Sub txtField1_TextChanged (Old As String, New As String) 'NUMERO 000.00 If New.Length = 3 And cc=0 Then New = New & "." txtField1.Text = New 'New=co.Left(txtField1.Text,3) Page: 1   2   3   4   5   6   7   Powered by ColBERT |