B4J Question [abmaterial]abm.util.sentence(solved)

liulifeng77

Active Member
Licensed User
Longtime User
I tried the testpage in demo. but I don't understand abm.util.sentence(words,paragraph).(I mean where's the source text of the sentence ).and it is not English?
 

alwaysbusy

Expert
Licensed User
Longtime User
I don't think there is such a method with this syntax: abm.util.sentence(words,paragraph)

These utility methods (sentence, words, paragraph, etc) generate 'Lorem Ipsum' text. This is nonsens text you can use to fill ABMComponents. Handy if you do not yet have 'real' text to put in the component, but just need to 'fill' it with something random to see how it will look like.

It uses a string like this to build the 'nonsens' text:

B4X:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 
Upvote 0
Top