get the name of the card in wherein it is
Posted: Tue Dec 08, 2015 6:42 am
Hello,
I am on a card "myCard" and i want get his name so i don't this :
I get result false
I am on a card "myCard" and i want get his name so i don't this :
Code: Select all
command getCardName
put the name of this card into nom
delete char 0 to 5 of nom
put nom is "myCard"
end getCardName