Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tag hash code problem problem.
Author Message
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #1
tag hash code problem problem.
hello save tag pc,

Code:
src.account.tag.pc=0001067A000208000400E3BDBFEBFBFF

result,

Code:
0bfebfbff

what?

[Image: banner.png]
04-30-2015 11:38 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: tag hash code problem problem.
if the tag start with 0, sphere will save it as number (hex) instead string (pure text)

to prevent this conversion you must use " " to force sphere save the tag as string
Code:
src.account.tag.pc="0001067A000208000400E3BDBFEBFBFF"
04-30-2015 12:16 PM
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #3
RE: tag hash code problem problem.
@Coruja

problem,

Code:
src.account.tag.pc="0001067A000208000400E3BDBFEBFBFF"
serv.log ## <src.account.tag.pc>

Code:
0bfebfbff

not.

[Image: banner.png]
(This post was last modified: 04-30-2015 12:46 PM by G-Defender.)
04-30-2015 12:42 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #4
RE: tag hash code problem problem.
i think he is using 56b thats why tag.pc="0001067A000208000400E3BDBFEBFBFF" doesnt work.
04-30-2015 01:18 PM
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #5
RE: tag hash code problem problem.
@azmanomer

Burada her bilgisayarın işlemci numarasını alıyor connector.

Anladın dimi?

[Image: banner.png]
04-30-2015 01:21 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #6
RE: tag hash code problem problem.
try using double "" "", I dont know why but sometimes it can help if a single " " doesnt work
Code:
src.account.tag.pc=""0001067A000208000400E3BDBFEBFBFF""
04-30-2015 01:21 PM
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #7
RE: tag hash code problem problem.
not "" "" it did not work.

[Image: banner.png]
04-30-2015 02:13 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #8
RE: tag hash code problem problem.
I tested it here and it seems to be working fine using """ """
Code:
src.account.tag.pc="""0001067A000208000400E3BDBFEBFBFF"""
04-30-2015 04:07 PM
Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #9
RE: tag hash code problem problem.
Thank you. Smile

[Image: banner.png]
05-01-2015 09:10 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)