Search - Function Showing 11 results



Today I'm going to show you how you can create combobox dropdown filters for Datatables. In my example I am using Bootstrap and JQuery as my base libraries. So the idea is, when there are more than 1...



Posting another new function, toNameCase, it works for some additional languages, but not all. It currently, supports some latin based languages and a subset of cyrillc. It should however be very easy...



Today I found myself needing a simple conversion from HTML codes such as "À" to the equivalent "À" in Pascal, so rather than re-invent the wheel I done a quick Google search only to find over complica...



Just a quick post today, a function to help my friend Rick out, thought I might as-well post it for others to use. PX_fnc_dropEventSmoke = { _this spawn { params ["_side", "_pos", "_height"]; ...



Today I've put together a couple of functions that will help going forward with vehicle persistence. The idea is you call a function to return a vehicle state, this includes the class, position, dire...



Back again with another function that is useful, string replacement! This one is quite obvious, you want to replace some substrings of a string with your replacement.... but how would you do that in ...



Creating dialogs for Arma 3 can be a serious pain in the a** and even worse when something does not work or is missing. A good example is ListNBox, adding tooltips to a multi column listbox means you ...



Today, I was wanting to add a nicely formatted currency to a mod I am working on and ran into a problem..... (Arma SQF has almost no decent inbuilt handling of large numbers and has many precision pro...


Search