Hi, in a report I have to translate the following Access var to R:base:
= ([Pnaam] & Space(24-Len([Doktersnaam])) & [Doktersvoornaam]) this has to be sent to a txt-file, where the line-position of the first character of 'Doktersvoornaam' is 25. So, i have 24 positions to fill with the name and fill the rest with blanks. What is the most elegant way to do this in R:base ? Tanx a lot ... Luc Delcoigne

