Difference between revisions of "AMOSi:Right$"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-0/Help_2.AMOS


Returns a series of characters from the right-hand side of an AMOS string.


r$=Right$("sourcestring",numbercharacters)
Right$("sourcestring",numbercharacters)=r$