
-----------------------------------
LegendsEnd
Sun Sep 25, 2005 8:38 pm

help defeating case sensitive inputs!
-----------------------------------
The vile beast, "Case Sensitive" attacks you, what do you do?

(I'm making an rpg and i've checked the rpg making tutorial. The tutorial gives a function code which is supposed to convert everything to caps but I can't seem to get it working.)

-----------------------------------
[Gandalf]
Sun Sep 25, 2005 11:30 pm


-----------------------------------
input := Str.Upper (input)
input := Str.Lower (input)

-----------------------------------
beard0
Sun Sep 25, 2005 11:39 pm


-----------------------------------
Str.Upper ("sfdbSHdsfvaAG") = "SFDBSHDSFVAAG"

-----------------------------------
LegendsEnd
Mon Sep 26, 2005 6:56 am


-----------------------------------
It says Upper is not in the export list of Str, I think it's because my school's using turing 4.03

-----------------------------------
jamonathin
Mon Sep 26, 2005 8:01 am


-----------------------------------
So there's two thing you can do, ghet the newer version, OR, look up Cervantes String Manipulation Tutorial, and learn how to make that command yourself   :wink:

-----------------------------------
LegendsEnd
Mon Sep 26, 2005 10:13 am


-----------------------------------
Well the holtsoft site says that version 4.03 is the latest, as it's shown here: http://www.holtsoft.com/turing/support/

perhaps the command is for an older version and has been changed?

-----------------------------------
StarGateSG-1
Mon Sep 26, 2005 10:20 am


-----------------------------------
No its not try, this link!

http://www.holtsoft.com/turing/support/patch/turing_403_to_404d_update.exe

thats is right to the download and if that doesn't work try this:

http://www.holtsoft.com/turing/support/patch

That is the latest offical patch 4.0.4d

-----------------------------------
codemage
Mon Sep 26, 2005 11:46 am


-----------------------------------
Talk to your teacher or network administrator about having the system upgraded.

Version 4.0.5 is out as well, if you can find it - which is much superior to previous versions.

-----------------------------------
[Gandalf]
Tue Sep 27, 2005 4:11 pm


-----------------------------------
Stargate, I think/thought that you knew that that site doesn't work at all, it is fairly useless posting it unless for proof.

4.0.5 = 4.0.4d
