Comments on: C5_RTRIM https://vivaclipper.wordpress.com/2013/07/17/c5_rtrim/ Notes of a Clipper Language Student Tue, 19 Nov 2013 17:51:03 +0000 hourly 1 http://wordpress.com/ By: SP_RJUST | Viva Clipper ! https://vivaclipper.wordpress.com/2013/07/17/c5_rtrim/#comment-4753 Tue, 19 Nov 2013 17:51:03 +0000 http://vivaclipper.wordpress.com/?p=4563#comment-4753 […] RJUST() Short: —— RJUST() Right justifies a string Returns: ——– <cJustified> => string right justified Syntax: ——- RJUST(cTarget) Description: ———— Right justifies <cTarget> Examples: ——— string := "Superfunction " string := RJUST(string) // (returns " Superfunction" Source: ——- S_RJUST.PRG See also : LJUST(), RTRIM() […]

]]>