Welcome to my website about programming. Have a look around 🙂
- Accessing folders with different credentialsFrom time to time, you have the need of accessing different shares/folders on a server (or NAS) using different credentials.
- iInstall Reborn will no longer be maintainedI have decided to stop developing and maintaining iInstall Reborn.
- Extracting source and data from IBM iThere are many different ways of getting source code and data out of the IBM i.
- ILE RPG procedures Proper-, Pascal- and CamelCaseThese procedure converts a string to Proper-, Pascal- and CamelCase.
- A replacement for DISPLThere are a number of shortcomings using DISPL, such as the message to display can be maximum 52 characters.
- Releasing iInstall Reborn V1.50A new version (1.50) of iInstall Reborn is released.
- ILE RPG procedures Num2BPre() and Num2SPre() to format numbers in short formThese procedure displays numbers in short form, that is with nomination as Thousand, Millions, Miliards etc.
- ILE RPG procedure PopMnu() to display a popup menuThis procedure displays a popup menu and let the user select between a max of 15 options.
- ILE RPG procedure FindFiles() to search the IFS for files, version 2This procedure searches the IFS tree structure (including sub-directories) for files and directories having a name that matches the mask 🙂
- ILE RPG procedure to split a filename into name and extensionThis procedure splits a filename (must be without path name) into the name and the extension. If the filename has more than one dot, the name and extension is split at the last dot. This is version 2 of the … Continue reading
- Releasing iInstall Reborn V1.40A new version (1.40) of iInstall Reborn is released.
- ILE RPG procedure to convert a string to upper/lower case – fastPlease note: As of April 2021, IBM has published PTFs for V7.3 and V7.4 that gives the ILE RPG langugage two new BIF (Build In Functions) to convert to upper and lower case.