pg1192 Posted August 2, 2009 Posted August 2, 2009 Allrighty, i figured out most of what to do in my last post, but I still need to finish one more part. How can I add to a string, at the beginning? Is there an obvious function I just can't find?
enaiman Posted August 2, 2009 Posted August 2, 2009 Use "&" $string = "1234567890" $string = "abcd"&$string MsgBox(0, "string", $string) SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now