Advertisement
plirof2

DEF FN upper case error

Nov 5th, 2024 (edited)
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 3 DEF FN u$(s$)=VAL$ "CHR$((CODE s$)-(32 AND CODE s$>96 AND CODE s$<124))+FN u$(s$(2 TO ))"( TO 28+12*(LEN s$>1))
  2. 106 LET a$="HeLlo"
  3. 107 LET a$=FN u$(a$)
  4. 200 PRINT "result:  ",a$
  5.  
  6.  
  7. https://chuntey.wordpress.com/2010/01/07/adding-more-string-manipulation-techniques-to-basic/
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement