I have read it,but I can't found my answer. There is no csbuilder.b4xlib fileCharSequence / CSBuilder Tutorial
B4A v6.80 adds several new features related to the ability to format rich strings. CharSequence is a native interface in Android SDK. A String is one implementation of CharSequence. There are other implementations of CharSequence that provide more features and allow us to format the string...www.b4x.com
there is no library. It is in B4A Core code.I can't refer to csbuilder library.
How do I refer to them which they are internal libraries?there is no library. It is in B4A Core code.
There is no such Feature in B4J and B4i i guess.
csbuilder is B4A and B4I only.csbuilder in B4J and B4i.
not in this post from you. File.DirInternal is not available on all platforms i guess.,I have attached with my code and library
Please to see my code and my lib. B4a is ok,but B4J isn't worked. B4i can't be tested.not in this post from you. File.DirInternal is not available on all platforms i guess.,
My library isn't used any dirinternal. I don't know how come it is.
are you loading, saving any files/data with your libraries? if yes i assume you do use a folder to save that data and it would be file.dirinternal for b4a. maybe another third party library is using it so you need to make sure you use cross platform libraries.My library isn't used any dirinternal. I don't know how come it is.
My lib created by copying B4XStringFunctionVB,and then edited it directly by vs code