[Bug B91] Variable naming bug

Confirmed bugs should get a single post here. Check the READ ME FIRST sticky thread for the format.

Moderators: dorpond, trevor, Azhrei, giliath, jay, Mr.Ice, MapTool BugReport Manager

Forum rules
Posts that do not conform to the READ ME FIRST sticky thread are subject to deletion.
Post Reply
User avatar
aliasmask
RPTools Team
Posts: 9024
Joined: Tue Nov 10, 2009 6:11 pm
Location: Bay Area

[Bug B91] Variable naming bug

Post by aliasmask »

Whenever I try to create a variable that ends in D and some numbers and has a . before it then it gives an error. For example

Code: Select all

[H: test.123D0 = "test"]
I'm thinking it's trying to evaluate it as a number because of the . and the D#'s. I ran across this creating input form data where my token id was "clericChannel."+tokenId (clericChannel.00000000453093303D07000000000000). Putting a "t" after the . solved the immediate problem. Also, the debugger goes nuts evaluating all the properties of the token when this happens in the log.txt file.

I have not tested this with any other version of MT.

Post Reply

Return to “Bug Reports”