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
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
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
Code: Select all
put the short name of this card is "myCard"
Je vous en prieproblème wrote:thanks for your help
Code: Select all
put the name of this card into nom
delete char 0 to 5 of nom
put (char 2 to -2 of nom) is "myCard"