BRTS
|
BROTAS SP - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 22/08/2005 16:25 hs
Eai galera. tenho a seguinte string "90*3-4/5+1" e to querendo dividila na seguinte forma 90 *3 -4 /5 +1 Tem como?
|
|
|
|
vilmarbr
|
SAO PAULO SP - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 22/08/2005 22:23 hs
tem sim ! é só vc usar funções de string, ou split ou instr ou mid ou outra a sua escolha! procure help delas em msdn.microsoft.com, caso não as conheça t+
http://www.vilmarbro.com.br
|
|
|
LCass
|
OURINHOS SP - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 29/08/2005 15:58 hs
SubString=Mid(<string>,<posiçãoInicial>[, <quantidadeDeCaracteres>]) mid (mystring,1,2) "igual a 1 posição até a segunda posição ou seja [90]" mid (mystring,3,2) "igual a 3 posição até a quarta posição [*3]" ok fui
ȑTelnyl}
|
|
|