Jump to content



String Functions


  • Please log in to reply
6 replies to this topic

#1 Guest_-Tom-_*

Guest_-Tom-_*
  • Guests

Posted 16 November 2005 - 09:00 PM

Does anybody knows how to get acces to STRING functions?

#2 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 16 November 2005 - 09:01 PM

Are you speaking about require("string") ? :huh:

#3 Guest_Guest_*

Guest_Guest_*
  • Guests

Posted 16 November 2005 - 09:23 PM

My hero.... :)

#4 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 16 November 2005 - 09:53 PM

Nah, I'm just the author of the Add-In :lol2:

#5 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 16 November 2005 - 10:02 PM

foo={"manual","the","Read"};spc=" ";message=""
for i=1,3 do
  message=foo[i]..spc..foo[i]
end
print(message)
:) :) :)

#6 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 16 November 2005 - 10:04 PM

Well this isn't exactly in the manual, since the require function has a customized behaviour for CPLua ;)
He asked for a manual for CPLua btw (and he did good) :rolleyes:

#7 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 16 November 2005 - 10:15 PM

Well this isn't exactly in the manual, since the require function has a customized behaviour for CPLua ;)
He asked for a manual for CPLua btw (and he did good) :rolleyes:

Ok,
foo={"functions.txt","file","the""Read"};spc=" ";message=""
for i=1,4 do
  message=foo[i]..spc..message
end
print(message)
;).
Indeed, you need to write a complete manual in the future, but be prepared for a huge headache. It isn't as easy as it may seems, even for the developer. You can't imagine how many hours I have spent to write and improve the LuaNumAn programmer's guide. Writing a manual is extremely t i m e c o n s u m i n g.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users