[Free] Lists Extension an extension for arrange in ascending order, descending order, get min/max value

I do not understand what are you saying

1 Like

When you apply the sort, it does not change the original list, it outputs a new list (sorted).

1 Like

On the place of two make a list use this
Capture

1 Like

I don't think that's a problem, I guess all extensions work this way.
Do you have any other way to return the list from an extension?

lists

2 Likes

As I said...

1 Like

@TIMAI2 has this extension passed the evaluation?

A power user has released it yes. Unfortunately before we had an aix to test, so now we do it here....

1 Like

Yes I passed the evaluation

1 Like

I don't think changing the original variable is possible through an extension.

2 Likes

Yes, I missed aix :joy: The reason was that there was java source in the approved post. I found that these methods must work :grin:.

1 Like

Where @Aaruah_Kumar

1 Like

leave it your method also works

1 Like

Can you give me what method work

1 Like

New update now you can also get max/min from text list
com.faraz.Lists.aix (3.8 KB)

1 Like

@Faraz_Firoz have you read this:

🟥 ##PLEASE READ FIRST## Posting a new extension to the community

  • If you want to open source your code, provide a txt file of your java code

Also update the java code for the new extension version.

1 Like

What about adding some description to the methods?

Taifun

This is my first extension and I do not know what will happen If I add description so I do not add any deecription

If you add description of method then leaving cursor on the blocks will show the description of the block....

@SimpleFunction(description = "function of the blocks")

Thanks @oseamiya