How to use getIntValue() from String Class Reference?

Hi there,
I try this but he doesn’t want to recognize the function !

int valeurTampon = getIntValue(tableau[i][j]);
int valeurTampon = getLargeIntValue(tableau[i][j]);
int valeurTampon = juce::String::getIntValue(tableau[i][j]);
int valeurTampon = String::getLargeIntValue(tableau[i][j]);

How can i fixe it ?! :upside_down_face: :upside_down_face:

I guess like :

int valeurTampon = tableau[i][j].getIntValue();
1 Like

Thanks @xenakios ! :metal: