suhrab_mujeeb
Unregistered
Because Businesses[i][bName] is assigned to nothing. And you do not make a string with the size 1025. I think the maximum that can be displayed is 128.
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
What do you mean, assigned to nothing? & I know, I was meant to put 124.
suhrab_mujeeb
Unregistered
Businesses[i][bName] = " "
So all you get is an empty chat.
Posts: 434
Threads: 19
Joined: Aug 2011
Reputation:
0
You don't need to use format for copying the contents of one variable to another like that.
Just use x=y
Posts: 434
Threads: 19
Joined: Aug 2011
Reputation:
0
If you have a blank variable and you want to fill it with the contents of another, there is no reason you can't use x=y.