Computer Science Canada

help defeating case sensitive inputs!

Author:  LegendsEnd [ Sun Sep 25, 2005 8:38 pm ]
Post subject:  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.)

Author:  [Gandalf] [ Sun Sep 25, 2005 11:30 pm ]
Post subject: 

input := Str.Upper (input)
input := Str.Lower (input)

Author:  beard0 [ Sun Sep 25, 2005 11:39 pm ]
Post subject: 

Str.Upper ("sfdbSHdsfvaAG") = "SFDBSHDSFVAAG"

Author:  LegendsEnd [ Mon Sep 26, 2005 6:56 am ]
Post subject: 

It says Upper is not in the export list of Str, I think it's because my school's using turing 4.03

Author:  jamonathin [ Mon Sep 26, 2005 8:01 am ]
Post subject: 

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

Author:  LegendsEnd [ Mon Sep 26, 2005 10:13 am ]
Post subject: 

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?

Author:  StarGateSG-1 [ Mon Sep 26, 2005 10:20 am ]
Post subject: 

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

Author:  codemage [ Mon Sep 26, 2005 11:46 am ]
Post subject: 

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.

Author:  [Gandalf] [ Tue Sep 27, 2005 4:11 pm ]
Post subject: 

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


: