/    Sign up×
Community /Pin to ProfileBookmark

Special Character Problem.

Hi,
I am using asp and JavaScript. My problem is , I am using one dimension array to store the values from multiple textbox.
Say for example , i have three textbox and a button.
If user clicks the button all three textbox value will be sorted in the array like follows.
arr[0]=textbox1value~textbox2value~textbox3value.

My problem is when some one enters the ~ character in the textbox application breaks, i need to use the character which is very difficult to type in textbox as a separator. Please suggest some solution to the problem.

Thanks.

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@mrhooAug 15.2006 — Use a 2 dimesion array:

arr[0]=[textbox1value,textbox2value,textbox3value];
×

Success!

Help @wowrang spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.4,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...