Jump to content

Recommended Posts

Posted

I want to declare character value. They're in the text files like:

$value_1
<some space line>
$value_2
<some space line>
....
<$value_n>

How to auto read this text files and declare $value_1, $value_2 .... $value_n

And how to distinguish capital letter and lower case to declare?

Posted

Hey newbie,

do you want to create variables with the names you find in a text file?

Or don't I understand your question? :mellow:

Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Posted

yeah! I want to create auto imput "names" and "age" which in a text file:

$name_1
<some blank line>
$age_1
<some blank line>
........
$name_n
<some blank line>
$age_n
<some blank line>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...