Wish Another plea for optional parameters - NeoTechni    Aug 18, 2017   (3 reactions) WindowTitle End Sub Whereas with optional parameters, I could just do: 'InputType: 0=decimal, 1... the parameter list of the function declaration to get the optional parameter's default values -when... That way you don't have to support optional parameters however Android/Java does it, you'd be making your own method which would also let you have any parameters optional, not just the last ones...Since my program is so large, it's getting increasingly difficult to add parameters to... Wish Optional Parameters - LWGShane    Mar 26, 2017   (3 reactions) Has there been any updates regarding Optional Parameters for B4X? It would be a very useful feature!... B4A Question Optional parameters - NeoTechni    Nov 22, 2011   (3 reactions) Optional parameters
This is a biggie,
We need to be able to do
sub Functionname(optional value as int=-1)
end sub
Hell, just assume it's optional if there is a = defaultvalue in... Wish I would like to have Optional Parameters for Subs - Widget (first post)    Jul 15, 2016   (2 reactions) Erel,
Is it difficult to implement optional parameters for Subs? From the thread that was started 4 years ago a lot of people thought it was a good idea.
When you have time, can you re-evaluate... B4A Question Optional parameters? - Widget (first post)    Jul 14, 2016   (1 reaction) I have created this as a Wish if anyone wants to vote on it.
https://www.b4x.com/android/forum/threads/i-would-like-to-have-optional-parameters-for-subs.68996/... Wish optional parameters with default - NeoTechni (first post)    Feb 22, 2016   (1 reaction) Or at least an option to add a new parameter to every time the function is called
ie: the code is currently
functionane(par1)
we add a new parameter to the function itself, and then it changes... Wish Optional Parameters - clean up the sub, sub1, sub2 mess - rondunn (first post)    Dec 3, 2015 Thank you for the Map suggestion, that gives me a reasonable alternative.... B4J Question Is there way have option of type parameter? - Theera    Jan 5, 2014 Hi Erel,
I had finished jThaiDate Library ,but I need to know addtion in my case,I need ... German Optional Parameter - Jost aus Soest (first post)    Apr 14, 2012 Was man auch machen kann ist eine einzige Routine und in der Variablen MenunameNr einen bestimmten W... Other jServer v2.05 - Erel    Mar 1, 2021   (5 reactions) This update adds a new method: Server.SetStaticFilesOptions. This method accepts a Map with configuration parameters that affect the way the server serves static files. For example: srvr.SetStaticFilesOptions(CreateMap("cacheControl": "max-age=3600")) The list of parameters is available here: http://download.eclipse.org/jetty/9.4.2.v20170220/apidocs/org/eclipse/jetty/servlet/DefaultServlet.html... Page: 1   2   3   4   5   6   7   |