Robuta

https://www.briandunning.com/cf/2310 FileMaker Custom Function: DrawImage ( width ; height ; colors ; pixelData ; options ) Generates a dynamic image (BMP format) using a color list and a list of pixel values. custom functionfilemakerdrawimagewidthheight https://www.briandunning.com/cf/2347 FileMaker Custom Function: ColourFill ( hexOrDecColour ) Place in a button bar to output a large coloured square, rectangle, or circle ( apply corner radius to make a circle ) in the specified colour. custom functionfilemaker https://www.briandunning.com/cf/2025 FileMaker Custom Function: IsValidTFN ( text ) custom functionfilemakertext https://www.briandunning.com/cf/1155 FileMaker Custom Function: PCSPX ( Variables ) Test the contents of script parameter. custom functionfilemakervariables https://www.briandunning.com/cf/1695 FileMaker Custom Function: AccentLess ( s ) Removes accents and ligatures custom functionfilemaker https://www.briandunning.com/cf/2700 FileMaker Custom Function: ParseXML ( XML ; tag ; instance ; attribute ) This will parse out data from XML given the tag name, instance to search for, and attribute. custom functionfilemakerxmltaginstance https://www.oditech.com/custom-function-database-part-12-user-feedback/ Custom Function Database - Part 12 - User feedback - ODITech May 31, 2017 - Some buttons in your user interface are likely more than obvious in terms of what they do. But what about those times when they're not and it's just nice to... custom functionuser feedbackdatabasepart https://www.rdocumentation.org/packages/ggplot2/versions/3.2.0/topics/annotation_custom annotation_custom function - RDocumentation custom functionannotationrdocumentation https://www.briandunning.com/cf/2358 FileMaker Custom Function: JSON.PrependArray ( JSON ) This will add a new item to the beginning of a JSONArray custom functionfilemakerjson https://www.briandunning.com/cf/1708 FileMaker Custom Function: MD5 ( String ) MD5 hash of any content (string, number, container) custom functionfilemakerstring https://www.briandunning.com/cf/2429 FileMaker Custom Function: IsValidYear ( ~year ) Check if a given year is valid. custom functionfilemakeryear https://www.oditech.com/custom-function-database-15-copypasting-groups-functions/ Custom Function Database 15 - Copy/pasting groups of functions - ODITech Jul 10, 2017 - Moving forward with the Custom Function database project, we now have the opportunity to copy and paste our groups of custom functions. The trick to... custom functiondatabasecopygroupsfunctions https://help.servicedeskplus.com/executing-custom-function-in-business-rule Executing Custom Function in Business Rule custom functionin businessexecutingrule https://www.briandunning.com/cf/2237 FileMaker Custom Function: JSONFromFields ( json ; fieldNameList ; excludeFieldNameList ) custom functionfilemakerjson https://groups.google.com/g/expressionoasis/c/eg3UFczMubI Issue 10 in expressionoasis: Improve Custom Function Registration custom functionissueimproveregistration https://www.briandunning.com/cf/1803 FileMaker Custom Function: GetPatternList ( RC ; nObj ; n ) List of decimal numbers whose binary form contains the same number of bits set to 1 custom functionfilemakerrc https://help.vtiger.com/faq/163540478-What-is-a-custom-function-in-Vtiger-workflows? What is a custom function in Vtiger workflows? | Knowledge Base what is acustom functionvtigerworkflowsknowledge https://www.quantshare.com/title-1295-can-a-money-management-script-access-a-custom-function Can a Money Management script access a custom function? - Trading Software Can a Money Management script access a custom function? money managementscript accesscustom functiontradingsoftware https://www.briandunning.com/cf/1856 FileMaker Custom Function: FirstMatchIndex ( values ; string ) Returns the index of the first value that contains the search string. custom functionfilemakervaluesstring https://www.briandunning.com/cf/1882 FileMaker Custom Function: FirstWords_from_List ( _List ) get every first word from a value list custom functionfilemakerlist https://www.briandunning.com/cf/791 FileMaker Custom Function: cfStackAppendSlide ( pInput ; pVariableName ; pStackDepth ) Append a new entry to a stack (global var) _and_ delete first entry if count of values exceeds stack depth. custom functionfilemaker https://www.briandunning.com/cf/2437 FileMaker Custom Function: lenb ( str ; idx ; lenOfNotASCII ) String length calculation function. For any non ASC II characters, can be counted as 2 or 3 bytes. custom functionfilemakerstridx https://www.briandunning.com/cf/1003 FileMaker Custom Function: ColumnWrap ( Text ; StartRow ; NofRows ) Non recursive custom function for colum break after a certain amount of linebreaks custom functionfilemakertext https://www.briandunning.com/cf/396 FileMaker Custom Function: LastDayOfMonth Returns the last day of the current month. Does not require any parameters. custom functionfilemaker https://www.briandunning.com/cf/388 FileMaker Custom Function: Phone#Format ( Phone ) Formats a 7 or 10 digit phone number custom functionfilemakerphoneformat https://www.briandunning.com/cf/1912 FileMaker Custom Function: TimestampOffset ( Time_Stamp ; Weeks ; Days ; Hours ; Minutes ; Second ;... Allows Offset of a timestamp by multiple days or times custom functiontime stampfilemaker https://www.briandunning.com/cf/2719 FileMaker Custom Function: JSONDeleteEmptyElements ( json ) Removes any empty values from a JSON object or array of objects custom functionfilemakerjson https://www.briandunning.com/cf/2042 FileMaker Custom Function: mkConcatColumns ( valueList1, valuelist2, delimiter ) add two lists horizontally (list function with more than one field per row) custom functionfilemakerdelimiter https://www.briandunning.com/cf/280 FileMaker Custom Function: SizeMask ( Text ; IdealSize ; Increment ; CharSpace ) Mask text to insure it fits in a given space custom functionfilemakertextincrement https://www.briandunning.com/cf/838 FileMaker Custom Function: antiFilter ( textToFilter ; filterAllow ; filterSubChar ; start ; stop ;... replace any character not specified in the allowed list with the substitute character custom functionfilemakerstartstop https://www.briandunning.com/cf/1996 FileMaker Custom Function: CurrencyFlex ( Input ) Currency format requiring at least two but allowing more decimals and keeps trailing zeros. Useful for custom functionfilemakerinput https://www.briandunning.com/cf/2174 FileMaker Custom Function: || ( A ; B ) Perl-style or to select values. This is particularly useful for falling back to defaults values. custom functionfilemakerb https://www.briandunning.com/cf/848 FileMaker Custom Function: CaseStatus ( theText ) Determines if text is all upper case, all lower case, or mixed case (ignoring non a-Z chars) custom functionfilemaker https://www.briandunning.com/cf/1416 FileMaker Custom Function: CF_Generate_QR_Barcode ( Text ; Size ; Encoding ) Converts a string into a QR code using the Google API custom functiongenerate qrtext sizefilemakercf https://www.briandunning.com/cf/2273 FileMaker Custom Function: IsValidJSON ( JSON ) Used to determine if we are passing valid JSON custom functionfilemakerjson https://www.briandunning.com/cf/1927 FileMaker Custom Function: RandomKey ( characters ; size ) Creates a random key with a freely definable set of characters and of any length. custom functionfilemakercharacterssize https://www.briandunning.com/cf/1454 FileMaker Custom Function: RemoveCRNL ( TextField ) Removes a trailing CR or NewLine from text custom functionfilemakertextfield https://eccgroupdesign.com/kitchen-renovation-transforming-your-space-for-function-and-style/ Kitchen Renovation: Transforming Your Space for Function and Style - Custom Kitchen Cabinets Feb 8, 2025 - 1- Start by identifying your needs and priorities. kitchen renovationyour spacetransforming