Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> String <-> ANSIChar
williantg
post Jul 19 2004, 07:08 PM
Post #1


Newbie [Level 1]
*

Group: Members
Posts: 11
Joined: 16-July 04
Member No.: 120



Who knows how can I change String nto AnsiChar??
Go to the top of the page
 
+Quote Post
OpaQue
post Jul 19 2004, 08:28 PM
Post #2


Administrator
Group Icon

Group: Admin
Posts: 1,480
Joined: 11-June 04
From: Somewhere in Time & Space.
Member No.: 1



The ORD function is used to return ASCII value of a character.. if this is what you want may be the function will be helpful

<?php
if (ord($str) == 10) {
echo "The first character of \$str is a line feed.\n";
}
?>
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. What Is A T_string?(13)
  2. Building My First Instrument(6)
  3. Partial String Matching(1)
  4. Can I Cast A String As A Class Object?(7)
  5. Various String Functions In C(5)
  6. String Search Outside My Site?(2)
  7. File String Delete?(2)
  8. Not Allowing Symbols In A String(3)
  9. Java String Overview(2)
  10. Insert String To Mysql(5)
  11. Mysql For Vb.net(2)
  12. String/text Formatting?(4)
  13. String Theory And The Ten Dimensions Of The Universe(10)
  14. Incrementing Mysql Integer(7)
  15. Help Php: How To Load String From Text File (solved)(9)
  1. <?php ?> Sloppy Login Script(12)
  2. T_string Error Please Assist(5)
  3. Data Structures -- String -- Palindrome(5)
  4. Data Structures -- String -- Arrange Based On Repetition(1)
  5. Adding String To Integer?(1)
  6. Unexpected T_string In User.php [resolved](5)


 



- Lo-Fi Version Time is now: 7th October 2008 - 03:34 PM