If InStr(Text1, "mercancia" "deber") > 0 Then MsgBox "acredor"
If ( InStr(Text1, "mercancia") > 0 or InStr(Text1,"deber") > 0 ) Then MsgBox "acredor"
#include <stdio.h>#include <math.h> int main(){ int resultado = pow(2,3); // dos elevado a tres printf("%i\n",resultado); return 0;}